Skip to content

Commit

Permalink
Fix Order
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Sep 26, 2024
1 parent dc22941 commit e9bfffe
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:latest

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

COPY src/ /src

Expand Down

0 comments on commit e9bfffe

Please sign in to comment.