Skip to content

Commit

Permalink
Cleanup: Remove unused Wireshark stuff from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
srenfo authored and glaslos committed Dec 6, 2020
1 parent 90db964 commit a630594
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ RUN pip3 install --user --no-cache-dir /opt/conpot
# Run container
FROM python:3.8-slim

RUN apt-get update && apt-get install -y \
wget \
&& rm -rf /var/lib/apt/lists/*

RUN adduser --disabled-password --gecos "" conpot
WORKDIR /home/conpot

COPY --from=conpot-builder --chown=conpot:conpot /home/conpot/.local/ /home/conpot/.local/
RUN mkdir -p /etc/conpot /var/log/conpot /usr/share/wireshark \
&& wget https://github.com/wireshark/wireshark/raw/master/manuf -o /usr/share/wireshark/manuf

# Create directories
RUN mkdir -p /var/log/conpot/ \
Expand Down

0 comments on commit a630594

Please sign in to comment.