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 34afc94 commit bf66f13Copy full SHA for bf66f13
Dockerfile
@@ -65,6 +65,8 @@ RUN mkdir -p "$SRC"
65
# Preserve cache among containers
66
VOLUME [ "/root" ]
67
68
+RUN mkdir -p /root/.ssh && touch /root/.ssh/known_hosts
69
+
70
# Build dependencies
71
COPY --from=builder /app/requirements.txt requirements.txt
72
RUN apk add --no-cache --virtual .build \
0 commit comments