mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-14 21:31:04 -08:00
4 lines
90 B
Docker
4 lines
90 B
Docker
FROM gitpod/workspace-full
|
|
|
|
RUN sudo apt-get update \
|
|
&& sudo apt install ffmpeg -yq
|