Change Docker's base image to use alpine. Fixes #5
This commit is contained in:
parent
a1fc50ad70
commit
ec9344f558
@ -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
|
RUN mkdir /daux && mkdir /build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user