Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
add bash to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zegnus committed Jan 15, 2020
1 parent 782fb2f commit f151f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.10

RUN apk add --no-cache curl
RUN apk add --no-cache curl bash

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit f151f5b

Please sign in to comment.