Clean up Dockerfile

This commit is contained in:
Lauri Võsandi 2021-05-30 08:13:31 +00:00
parent abbad5b7b5
commit 20f6f6eedb
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
FROM alpine
RUN apk add qemu-system-x86_64 qemu-modules bash tcpdump
RUN apk add qemu-system-x86_64 qemu-modules bash
COPY entrypoint.sh /entrypoint.sh
COPY ifup.sh /ifup.sh
ENTRYPOINT /entrypoint.sh