mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +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"]
|