mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
prep ubuntu rebuild for honeytrap
This commit is contained in:
@ -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 && \
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user