Skip to content

Commit

Permalink
Add curl, grep, awk to dockerfile (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Oct 11, 2023
1 parent 06489cb commit ea24a86
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
Expand Up @@ -21,7 +21,7 @@ RUN upx-ucl /app/build/juno
# Stage 2: Build Docker image
FROM ubuntu:23.10 AS runtime

RUN apt-get update && apt-get install -y ca-certificates
RUN apt-get update && apt-get install -y ca-certificates curl gawk grep

COPY --from=build /app/build/juno /usr/local/bin/

Expand Down

0 comments on commit ea24a86

Please sign in to comment.