We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c6d71 commit d544bb5Copy full SHA for d544bb5
deployment/Dockerfile
@@ -44,7 +44,7 @@ COPY --from=build /hub.tar /
44
45
RUN apt-get update && apt-get install -y \
46
python3-flask python3-redis python3-docker python3-pytoml \
47
- python3-requests python3-nacl python3-jose && \
+ python3-requests python3-nacl python3-jose \
48
docker.io && \
49
tar -xf /hub.tar -C / && rm -f /hub.tar && \
50
mkdir /public /workdir && \
0 commit comments