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

updated solution

parent 8e31350a
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ RUN make
# Final stage which uses the builder stage
# Image size: 11.3MB
FROM alpine:latest
RUN apk update && apk add ncurses
FROM alpine:3.21
COPY --from=builder /tmp/alienwave/alienwave /usr/bin
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