mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-01 18:47:24 +01:00
10 lines
146 B
Docker
10 lines
146 B
Docker
#
|
|
# Dockerfile for aircrack-ng-arm
|
|
#
|
|
|
|
FROM alpine:3
|
|
|
|
RUN apk add --no-cache aircrack-ng bash coreutils pciutils tmux
|
|
|
|
ENTRYPOINT ["sleep", "inf"]
|