rebuild ipphoney for alpine 3.13

This commit is contained in:
t3chn0m4g3 2021-02-16 16:14:37 +00:00
parent d8d0a6f190
commit 5fe59c3bd8

View file

@ -1,11 +1,10 @@
FROM alpine:3.12.1
FROM alpine:3.13
#
# Include dist
ADD dist/ /root/dist/
#
# Install packages
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U add \
RUN apk -U add \
build-base \
ca-certificates \
git \
@ -14,6 +13,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
openssl \
openssl-dev \
postgresql-dev \
py3-cryptography \
py3-mysqlclient \
py3-requests \
py3-pip \