1
0
Fork 0

Fix Build

This commit is contained in:
Joao Gilberto Magalhaes 2023-06-26 22:52:11 -05:00
parent dd34b62985
commit 67e88ad312

View file

@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.18
ARG RELEASE_VERSION_ARG
@ -11,7 +11,6 @@ COPY src/ /scripts/
COPY build/assets /
RUN apk add --no-cache haproxy bash python3 py3-pip py-yaml certbot openssl \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& pip3 install --upgrade pip \
&& pip install -r requirements.txt \
&& pytest -s -vv tests/ \