Skip to content
Snippets Groups Projects
Commit 32d73994 authored by Jeremy Maille's avatar Jeremy Maille
Browse files

add Dockerfile for pica-gchange

parent 68a224b6
No related branches found
No related tags found
1 merge request!33Dockerfile pour pica-gchange
FROM registry.picasoft.net/pica-nginx
LABEL maintainer jeremy.maille@etu.utc.fr
RUN apt-get update && \
apt-get install -y zip && \
wget --quiet https://github.com/duniter-gchange/gchange-client/releases/download/v0.9.2/gchange-v0.9.2-web.zip -O gchange.zip && \
unzip gchange.zip -d /var/www/html && \
rm gchange.zip && \
apt-get remove -y zip && \
rm -r /var/lib/apt/lists/*
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