diff --git a/dockerfiles/plaso140/Dockerfile b/dockerfiles/plaso140/Dockerfile deleted file mode 100644 index acddd37..0000000 --- a/dockerfiles/plaso140/Dockerfile +++ /dev/null @@ -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"] - diff --git a/dockerfiles/plasonew/Dockerfile b/dockerfiles/plasonew/Dockerfile index b990e1e..f05c084 100644 --- a/dockerfiles/plasonew/Dockerfile +++ b/dockerfiles/plasonew/Dockerfile @@ -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