Skip to content
Snippets Groups Projects
Commit ed79e3f6 authored by Florent Gluck's avatar Florent Gluck
Browse files

updated solution

parent 8e31350a
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ RUN make ...@@ -10,7 +10,6 @@ RUN make
# Final stage which uses the builder stage # Final stage which uses the builder stage
# Image size: 11.3MB # Image size: 11.3MB
FROM alpine:latest FROM alpine:3.21
RUN apk update && apk add ncurses
COPY --from=builder /tmp/alienwave/alienwave /usr/bin COPY --from=builder /tmp/alienwave/alienwave /usr/bin
CMD ["/usr/bin/alienwave"] CMD ["/usr/bin/alienwave"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment