Skip to content

Commit

Permalink
test write back
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jan 22, 2024
1 parent 497c7de commit 6907d65
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,7 +1,7 @@
# Container image that runs your code
FROM alpine:3.10

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

COPY --chmod=0755 entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 6907d65

Please sign in to comment.