Skip to content

Commit df1184d

Browse files
committed
chore: try
1 parent da5365a commit df1184d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

emulator/DockerFile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir hatch
88
COPY . .
99

1010
# allow ssh to github
11+
RUN apk add -update ca-certificates && update-ca-certificates
1112
RUN mkdir -p ~/.ssh && chmod 0700 ~/.ssh
1213
RUN ssh-keyscan github.com >> ~/.ssh/known_hosts
1314

0 commit comments

Comments
 (0)