mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
prep ubuntu rebuild for honeytrap
This commit is contained in:
parent
9a3465aef1
commit
405ee521a6
1 changed files with 1 additions and 4 deletions
|
@ -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 && \
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue