Skip to content
This repository was archived by the owner on Mar 13, 2019. It is now read-only.

Commit 5a3d193

Browse files
author
Scott Pringle
committed
Updated the base alpine Dockerfile to track php:7 rather than php:7.0, this is inline with some of the other images in the repository as well
1 parent 0a14950 commit 5a3d193

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base/alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Composer Docker Container
22
# Base Dockerfile: composer/base-alpine
3-
FROM php:7.0-alpine
3+
FROM php:7-alpine
44
MAINTAINER Rob Loach <robloach@gmail.com>
55

66
# Packages
@@ -15,6 +15,7 @@ RUN apk --update --no-cache add \
1515
libmcrypt-dev \
1616
libpng-dev \
1717
libbz2 \
18+
bzip2-dev \
1819
libstdc++ \
1920
libxslt-dev \
2021
openldap-dev \

0 commit comments

Comments
 (0)