Skip to content

Commit

Permalink
removes alpine Docker image in favor of original docker PHP image (re…
Browse files Browse the repository at this point in the history
…solves #9)
  • Loading branch information
daveearley committed Mar 10, 2018
1 parent a5942e5 commit 2d6ca97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM php:7.0-fpm-alpine
FROM php:7.1-fpm

RUN curl https://getcomposer.org/installer > composer-setup.php && php composer-setup.php && mv composer.phar /usr/local/bin/composer && rm composer-setup.php
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
WORKDIR /web
ADD . /web

Expand Down

0 comments on commit 2d6ca97

Please sign in to comment.