1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 23:42:10 +02:00

Add git to dev dockerfile

This commit is contained in:
Kovah 2021-03-06 18:57:41 +01:00
parent 0639614536
commit 7cc119adb0
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -6,6 +6,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
zip \
git \
mariadb-client \
autoconf \
build-essential \