Skip to content

Commit

Permalink
adds git to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiabasone committed Sep 9, 2020
1 parent c029f69 commit 1654256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG APP_USER=app
ARG APP_PATH=/app

RUN apk update \
&& apk add --no-cache mysql-client curl icu libpng freetype libjpeg-turbo oniguruma-dev postgresql-dev libffi-dev libsodium libzip-dev \
&& apk add --no-cache mysql-client curl icu libpng freetype git libjpeg-turbo oniguruma-dev postgresql-dev libffi-dev libsodium libzip-dev \
&& apk add --no-cache --virtual build-dependencies freetds-dev icu-dev libxml2-dev freetype-dev libpng-dev libjpeg-turbo-dev libzip-dev g++ make autoconf libsodium-dev

RUN docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ \
Expand Down

0 comments on commit 1654256

Please sign in to comment.