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