We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06489cb commit ea24a86Copy full SHA for ea24a86
Dockerfile
@@ -21,7 +21,7 @@ RUN upx-ucl /app/build/juno
21
# Stage 2: Build Docker image
22
FROM ubuntu:23.10 AS runtime
23
24
-RUN apt-get update && apt-get install -y ca-certificates
+RUN apt-get update && apt-get install -y ca-certificates curl gawk grep
25
26
COPY --from=build /app/build/juno /usr/local/bin/
27
0 commit comments