We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e2845 commit 06d3180Copy full SHA for 06d3180
Dockerfile
@@ -55,7 +55,7 @@ COPY --from=builder /workspace/LICENSE /LICENSE
55
COPY --from=builder /workspace/README.md /README.md
56
57
# required for atest-store-git
58
-RUN apk add curl openssh-client
+RUN apk add curl openssh-client bash
59
60
EXPOSE 8080
61
CMD ["atest", "server", "--local-storage=/var/data/api-testing/*.yaml"]
0 commit comments