Skip to content

Commit

Permalink
try exec form
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Apr 9, 2024
1 parent fb9638e commit 846e2b4
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.19 as builder

RUN apk add jq
RUN ["apk", "add", "jq"]

WORKDIR /build

Expand Down

0 comments on commit 846e2b4

Please sign in to comment.