fix: apt signing
This commit is contained in:
@@ -7,7 +7,9 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get -qq update
|
||||
RUN apt-get -qq install --no-install-recommends \
|
||||
software-properties-common sudo
|
||||
software-properties-common \
|
||||
wget \
|
||||
sudo
|
||||
|
||||
# Create user with sudo priviledge
|
||||
RUN useradd -r -u 1001 --create-home -m "test-user"
|
||||
|
||||
Reference in New Issue
Block a user