Skip to content

Commit 06d3180

Browse files
committed
install bash in alpine
1 parent 19e2845 commit 06d3180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPY --from=builder /workspace/LICENSE /LICENSE
5555
COPY --from=builder /workspace/README.md /README.md
5656

5757
# required for atest-store-git
58-
RUN apk add curl openssh-client
58+
RUN apk add curl openssh-client bash
5959

6060
EXPOSE 8080
6161
CMD ["atest", "server", "--local-storage=/var/data/api-testing/*.yaml"]

0 commit comments

Comments
 (0)