Skip to content

Commit da5365a

Browse files
committed
chore: try allowing ssh to github
1 parent 890c4b9 commit da5365a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

emulator/DockerFile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ RUN pip install --no-cache-dir hatch
77
# Copy project files
88
COPY . .
99

10-
RUN ls
10+
# allow ssh to github
11+
RUN mkdir -p ~/.ssh && chmod 0700 ~/.ssh
12+
RUN ssh-keyscan github.com >> ~/.ssh/known_hosts
1113

1214
RUN hatch run pip install -e .

0 commit comments

Comments
 (0)