Skip to content
Snippets Groups Projects
Commit 9c1920ae authored by PICHOU Kyâne's avatar PICHOU Kyâne
Browse files

Add image for galette

parent bad6e6e5
No related branches found
No related tags found
No related merge requests found
FROM registry.picasoft.net:5000/pica-nginx
MAINTAINER Kyâne kyane@kyane.fr
# Install packages
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update -y && \
apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
install -y \
php7.0-mysql \
php7.0-gd \
php7.0-curl \
php7.0-mbstring \
php7.0-tidy \
php-gettext
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