We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9270153 commit ec26f30Copy full SHA for ec26f30
Containerfile.multiarch
@@ -13,7 +13,7 @@ ENV TZ=UTC
13
ADD dist/docker_tidy-*.whl /
14
15
RUN apk --update add --virtual .build-deps build-base libffi-dev openssl-dev && \
16
- apk --no-cache upgrade xz-libs && \
+ apk --no-cache upgrade xz-libs sqlite-libs && \
17
pip install --upgrade --no-cache-dir pip && \
18
pip install --no-cache-dir $(find / -name "docker_tidy-*.whl") && \
19
apk del .build-deps && \
0 commit comments