Skip to content
Snippets Groups Projects
Commit 60d957dd authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[Nginx] Remove Dotdeb

> Dotdeb is an extra repository providing up-to-date packages for your 
Debian 8 “Jessie” servers
parent d3e8fd25
No related branches found
No related tags found
No related merge requests found
Pipeline #58424 failed
FROM debian:stretch
MAINTAINER antoine@barbare.me
RUN echo "deb http://packages.dotdeb.org stretch all" > /etc/apt/sources.list.d/dotdeb.list && \
wget -O- https://www.dotdeb.org/dotdeb.gpg | apt-key add - && \
apt-get update -y && apt-get install -y php7.0 php7.0-fpm php7.0-gd php7.0-xml nginx supervisor curl tar
RUN apt-get update -y && apt-get install -y php7.0 php7.0-fpm php7.0-gd php7.0-xml nginx supervisor curl tar
RUN mkdir -p /run/nginx && \
mkdir -p /var/www
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment