mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
cleanup
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
03f0f7a470
commit
b137e5c5f5
|
@ -30,6 +30,7 @@ RUN set -x \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
COPY Frogger.dsk /usr/src/games/
|
COPY Frogger.dsk /usr/src/games/
|
||||||
|
COPY quest1.dsk /usr/src/games/
|
||||||
|
|
||||||
ENTRYPOINT ["linapple", "-1"]
|
ENTRYPOINT ["linapple"]
|
||||||
CMD ["/usr/src/games/Frogger.dsk"]
|
CMD ["-1", "/usr/src/games/quest1.dsk"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user