Skip to content

Commit

Permalink
Install required composer libs
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug authored Mar 24, 2020
1 parent 13225cc commit e669464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM php:7.4-apache

RUN apt-get -y update && apt-get -y install git && apt-get clean
RUN apt-get update && apt-get install --no-install-recommends -y curl git \
openssl zip unzip wget libzip-dev && rm -rf /var/lib/apt/lists/*

COPY --from=composer:1.9 /usr/bin/composer /usr/bin/composer

Expand Down

0 comments on commit e669464

Please sign in to comment.