Change Docker's base image to use alpine. Fixes #5

Cette révision appartient à :
Stéphane Goetz 2017-10-18 21:34:54 +02:00
Parent a1fc50ad70
révision ec9344f558

Voir le fichier

@ -1,6 +1,6 @@
FROM php:7
FROM php:7-alpine
RUN apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/*
RUN apk info && apk add --no-cache unzip
RUN mkdir /daux && mkdir /build