Removed old plaso docker and fixed user issue for new docker
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user