Removed old plaso docker and fixed user issue for new docker

This commit is contained in:
Tobias Kessels
2018-10-25 00:25:27 +02:00
parent ba0c7630b7
commit 6d1b60ca86
2 changed files with 2 additions and 12 deletions

View File

@@ -6,8 +6,8 @@ RUN locale-gen "en_US.UTF-8"
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
RUN groupadd -g 999 user && \
useradd -r -u 999 -g user user
RUN groupadd -g 1001 user && \
useradd -r -u 1001 -g user user
RUN apt update && apt install -y software-properties-common
RUN add-apt-repository -y ppa:gift/stable