Commit e73f3a35 authored by Tobias Munk's avatar Tobias Munk

updated forego to 20170327195458

parent e4a8070f
Pipeline #25992 passed with stages
in 2 minutes and 22 seconds
FROM dmstr/php-yii2:latest-alpine FROM dmstr/php-yii2:latest-alpine
# Install Forego # Install forego (https://github.com/ddollar/forego/releases/tag/20170327195458)
RUN curl -L -o /usr/local/bin/forego https://github.com/jwilder/forego/releases/download/v0.16.1/forego \ RUN curl -O https://bin.equinox.io/a/c6JW1BqJwSa/forego-20170327195458-linux-amd64.tar.gz \
&& chmod u+x /usr/local/bin/forego && tar -xzf forego-20170327195458-linux-amd64.tar.gz -C /usr/local/bin
# Install nginx # Install nginx
RUN apk --update add nginx RUN apk --update add nginx
......
FROM dmstr/php-yii2:latest FROM dmstr/php-yii2:latest
# Install Forego # Install forego (https://github.com/ddollar/forego/releases/tag/20170327195458)
RUN curl -L -o /usr/local/bin/forego https://github.com/jwilder/forego/releases/download/v0.16.1/forego \ RUN curl -O https://bin.equinox.io/a/c6JW1BqJwSa/forego-20170327195458-linux-amd64.tar.gz \
&& chmod u+x /usr/local/bin/forego && tar -xzf forego-20170327195458-linux-amd64.tar.gz -C /usr/local/bin
# Install nginx # Install nginx
RUN apt-get update \ RUN apt-get update \
......
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