We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a600ecc commit 7d4e0f1Copy full SHA for 7d4e0f1
1 file changed
emulator/DockerFile
@@ -11,7 +11,7 @@ COPY . .
11
RUN hatch run pip install -e .
12
13
# where is the hatch executable installed
14
-RUN where hatch
+RUN whereis hatch
15
16
# enable hatch executable
17
RUN chmod +x /usr/local/bin/hatch
0 commit comments