mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
update adbhoney image
This commit is contained in:
parent
80d9efa729
commit
039f3c115a
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
FROM alpine:3.12
|
FROM alpine:3.13
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
RUN apk -U add \
|
||||||
apk -U add \
|
|
||||||
git \
|
git \
|
||||||
libcap \
|
libcap \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
|
|
Loading…
Reference in a new issue