prep ubuntu rebuild for honeytrap

This commit is contained in:
t3chn0m4g3 2021-09-24 17:09:55 +00:00
parent 9a3465aef1
commit 405ee521a6

View file

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
#
# Include dist
@ -6,9 +6,6 @@ ADD dist/ /root/dist/
#
# Setup apt
RUN apt-get update && \
apt-get install netselect-apt -y && \
netselect-apt && \
mv sources.list /etc/apt/ && \
apt-get update -y && \
apt-get dist-upgrade -y && \
#