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

@@ -1,10 +0,0 @@
FROM ubuntu:xenial
LABEL maintainer="d4n6"
WORKDIR /data
RUN apt update && apt upgrade -y
RUN apt install python-pip -y
RUN pip install pip --upgrade
RUN pip install bencode artifacts pyelasticsearch
RUN apt install plaso -y
ENTRYPOINT ["/bin/bash"]

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