mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
10 lines
146 B
Docker
10 lines
146 B
Docker
#
|
|
# Dockerfile for aircrack-ng-arm
|
|
#
|
|
|
|
FROM easypi/alpine-arm
|
|
|
|
RUN apk add --no-cache aircrack-ng bash coreutils tmux
|
|
|
|
ENTRYPOINT ["sleep", "inf"]
|