mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
rebuild dionaea
This commit is contained in:
parent
0aa1a05c92
commit
d4519892f6
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Install dependencies and packages
|
# Install dependencies and packages
|
||||||
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 && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|
Loading…
Reference in a new issue