fix: forgor to install git

This commit is contained in:
2023-05-01 12:24:22 +02:00
parent 4c4ed81a46
commit 27c6039ccf

View File

@@ -8,7 +8,7 @@ RUN npm install
COPY . .
RUN apk add make g++ ffmpeg bash sdl2-dev
RUN apk add make g++ ffmpeg bash sdl2-dev git
RUN bash ./util/setup.sh
RUN tsc --build