We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5365a commit df1184dCopy full SHA for df1184d
1 file changed
emulator/DockerFile
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir hatch
8
COPY . .
9
10
# allow ssh to github
11
+RUN apk add -update ca-certificates && update-ca-certificates
12
RUN mkdir -p ~/.ssh && chmod 0700 ~/.ssh
13
RUN ssh-keyscan github.com >> ~/.ssh/known_hosts
14
0 commit comments