mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
rebuild honeytrap
This commit is contained in:
@ -5,7 +5,11 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Setup apt
|
# Setup apt
|
||||||
RUN apt-get update -y && \
|
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 && \
|
apt-get dist-upgrade -y && \
|
||||||
#
|
#
|
||||||
# Install packages
|
# Install packages
|
||||||
|
Reference in New Issue
Block a user