1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/aircrack-ng-arm/Dockerfile

10 lines
146 B
Docker
Raw Normal View History

2018-09-01 03:43:28 +02:00
#
# Dockerfile for aircrack-ng-arm
#
FROM easypi/alpine-arm
RUN apk add --no-cache aircrack-ng bash coreutils tmux
ENTRYPOINT ["sleep", "inf"]