Skip to content

Commit bf66f13

Browse files
committed
[IMP] Dockerfile: create known_hosts file
1 parent 34afc94 commit bf66f13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ RUN mkdir -p "$SRC"
6565
# Preserve cache among containers
6666
VOLUME [ "/root" ]
6767

68+
RUN mkdir -p /root/.ssh && touch /root/.ssh/known_hosts
69+
6870
# Build dependencies
6971
COPY --from=builder /app/requirements.txt requirements.txt
7072
RUN apk add --no-cache --virtual .build \

0 commit comments

Comments
 (0)