Ver Fonte

build fixes

Hal De há 2 anos atrás
pai
commit
5abd41b47e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,7 +12,7 @@ RUN CI=true python3 setup.py build_cython build_ext --inplace \
  && python3 setup.py install --user
 
 FROM python:3.9-alpine
-RUN apk --no-cache add fuse3 psmisc
+RUN apk --no-cache add fuse3 psmisc && pip install --user --ignore-installed packaging
 COPY --from=build /root/.local/bin/ /usr/local/bin/
 COPY --from=build /root/.local/lib/ /usr/local/lib/
 COPY ./authfile.sh ./entrypoint.sh ./mount.sh /usr/local/bin/