mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
rebuild ipphoney for alpine 3.13
This commit is contained in:
parent
d8d0a6f190
commit
5fe59c3bd8
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
FROM alpine:3.12.1
|
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 \
|
|
||||||
build-base \
|
build-base \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
|
@ -14,6 +13,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||||
openssl \
|
openssl \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
|
py3-cryptography \
|
||||||
py3-mysqlclient \
|
py3-mysqlclient \
|
||||||
py3-requests \
|
py3-requests \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
|
|
Loading…
Reference in a new issue