Skip to content

Commit ea24a86

Browse files
committed
Add curl, grep, awk to dockerfile (#1326)
1 parent 06489cb commit ea24a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN upx-ucl /app/build/juno
2121
# Stage 2: Build Docker image
2222
FROM ubuntu:23.10 AS runtime
2323

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

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

0 commit comments

Comments
 (0)