Commit 623679fe by Christophe Angeli

update to 0.5

parent 8b8518b9
FROM alpine:3.5 FROM alpine:3.5
ENV RESTYABOARD_VERSION=v0.4.2 \ ENV RESTYABOARD_VERSION=v0.5 \
ROOT_DIR=/usr/share/nginx/html \ ROOT_DIR=/usr/share/nginx/html \
CONF_DIR=/etc/nginx/conf.d \ CONF_DIR=/etc/nginx/conf.d \
SMTP_DOMAIN=localhost \ SMTP_DOMAIN=localhost \
...@@ -35,7 +35,7 @@ RUN apk add --update \ ...@@ -35,7 +35,7 @@ RUN apk add --update \
unzip && \ unzip && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
RUN curl -L -s -o /etc/apk/keys/diego@hernandev.com-58b4c2e0.rsa.pub http://php.codecasts.rocks/php-alpine.pub && \ RUN curl -L -s -o /etc/apk/keys/php-alpine.rsa.pub http://php.codecasts.rocks/php-alpine.rsa.pub && \
echo "http://php.codecasts.rocks/7.0" >> /etc/apk/repositories && \ echo "http://php.codecasts.rocks/7.0" >> /etc/apk/repositories && \
apk add --update php7-imagick && \ apk add --update php7-imagick && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment