Skip to content

Commit

Permalink
Updated WordPress to 4.6.1. Switched repository for php7 packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Sep 8, 2016
1 parent 4fd2fb2 commit e51f99c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ FROM alpine:latest
MAINTAINER Tim de Pater <code@trafex.nl>

# Install packages
RUN apk --update add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype \
php7-mbstring php7-gd nginx supervisor curl bash \
--repository http://nl.alpinelinux.org/alpine/edge/testing/ \
&& rm -rf /var/cache/apk/*
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/

# Configure nginx
COPY config/nginx.conf /etc/nginx/nginx.conf
Expand All @@ -24,8 +23,8 @@ WORKDIR /var/www/wp-content
RUN chown -R nobody.nobody /var/www

# Wordpress
ENV WORDPRESS_VERSION 4.6
ENV WORDPRESS_SHA1 830962689f350e43cd1a069f3a4f68a44c0339c8
ENV WORDPRESS_VERSION 4.6.1
ENV WORDPRESS_SHA1 027e065d30a64720624a7404a1820e6c6fff1202

RUN mkdir -p /usr/src

Expand Down

0 comments on commit e51f99c

Please sign in to comment.