mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
rebuild ewsposter for alpine 3.13
This commit is contained in:
@ -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 --no-cache add \
|
||||||
apk -U --no-cache add \
|
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
@ -14,6 +13,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py3-cffi \
|
py3-cffi \
|
||||||
|
py3-cryptography \
|
||||||
py3-ipaddress \
|
py3-ipaddress \
|
||||||
py3-lxml \
|
py3-lxml \
|
||||||
py3-mysqlclient \
|
py3-mysqlclient \
|
||||||
|
Reference in New Issue
Block a user