Skip to content

Commit d544bb5

Browse files
committed
deployment: fix docker client command mistake
1 parent e3c6d71 commit d544bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY --from=build /hub.tar /
4444

4545
RUN apt-get update && apt-get install -y \
4646
python3-flask python3-redis python3-docker python3-pytoml \
47-
python3-requests python3-nacl python3-jose && \
47+
python3-requests python3-nacl python3-jose \
4848
docker.io && \
4949
tar -xf /hub.tar -C / && rm -f /hub.tar && \
5050
mkdir /public /workdir && \

0 commit comments

Comments
 (0)