fix: test suite passing

This commit is contained in:
Andrejus Kostarevas
2021-07-23 17:09:00 +01:00
parent a1d4096406
commit f371a380ac
7 changed files with 288 additions and 164 deletions

View File

@@ -7,7 +7,7 @@ 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 \
apt-utils software-properties-common sudo
software-properties-common sudo uuid-runtime
# Create user with sudo priviledge
RUN useradd -r -u 1001 --create-home -m "test-user"