fix: apt signing

This commit is contained in:
Andrejus
2023-02-25 00:17:47 +00:00
parent 9b414552ce
commit fb1d22b1dc
2 changed files with 18 additions and 5 deletions

View File

@@ -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"