apk add --no-cache nano zlib jpeg && re-enable tests

This commit is contained in:
scito
2022-12-29 02:34:29 +01:00
parent f532dc668d
commit b4931856ba
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ COPY . .
ARG RUN_TESTS=true
RUN apk add --no-cache nano \
RUN apk add --no-cache nano zlib jpeg \
&& echo "Arch: $(apk --print-arch)" \
&& if [[ "$(apk --print-arch)" == "aarch64" ]]; then apk add --no-cache --virtual .build-deps gcc libc-dev python3-dev py3-setuptools zlib-dev jpeg-dev; fi \
&& pip install protobuf qrcode Pillow \