Clean up Dockerfile
This commit is contained in:
parent
abbad5b7b5
commit
20f6f6eedb
@ -1,5 +1,4 @@
|
|||||||
FROM alpine
|
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 entrypoint.sh /entrypoint.sh
|
||||||
COPY ifup.sh /ifup.sh
|
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user