Skip to content

Commit

Permalink
add curl and jq to basic image
Browse files Browse the repository at this point in the history
  • Loading branch information
vsychov committed Apr 11, 2024
1 parent 2c635bb commit 10a8379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV GROUP=flottbot
ENV UID=900
ENV GID=900

RUN apk --no-cache add ca-certificates && mkdir config && \
RUN apk --no-cache add ca-certificates curl jq && mkdir config && \
addgroup -g "$GID" -S "$GROUP" && adduser -S -u "$UID" -G "$GROUP" "$USERNAME"

COPY --from=build /src/flottbot /flottbot
Expand Down

0 comments on commit 10a8379

Please sign in to comment.