Skip to content
Snippets Groups Projects
Unverified Commit 8e21b294 authored by Romain Foucault's avatar Romain Foucault Committed by GitHub
Browse files

Add git to cozy-app-dev docker container

parent 0de91060
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libmozjs185-dev \
openssl \
imagemagick \
git \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /usr/src/couchdb \
&& curl -fsSL "$COUCHDB_SRC_URL" -o couchdb.tar.gz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment