mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
|
@ -6,9 +6,6 @@ ADD dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Setup apt
|
# Setup apt
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install netselect-apt -y && \
|
|
||||||
netselect-apt && \
|
|
||||||
mv sources.list /etc/apt/ && \
|
|
||||||
apt-get update -y && \
|
apt-get update -y && \
|
||||||
apt-get dist-upgrade -y && \
|
apt-get dist-upgrade -y && \
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue