install libsdl2 in Dockerfile
This commit is contained in:
parent
34fb9b92bf
commit
697cebc26f
@ -15,6 +15,8 @@ WORKDIR /app
|
|||||||
# intentionally here only for temporary cache-busting test
|
# intentionally here only for temporary cache-busting test
|
||||||
# COPY ./client ./client
|
# COPY ./client ./client
|
||||||
|
|
||||||
|
RUN apt-get install libsdl2-2.0-0
|
||||||
|
|
||||||
COPY ./pico8 ./pico8
|
COPY ./pico8 ./pico8
|
||||||
# RUN echo "chmoding pico8"
|
# RUN echo "chmoding pico8"
|
||||||
# RUN chmod +x ./usr/bin/pico8
|
# RUN chmod +x ./usr/bin/pico8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user