comparison docker/Dockerfile.backend @ 1584:5d9e0adf73d1

Docker backend: No need to install gorilla context from distro.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 14 Dec 2018 10:09:51 +0100
parents ca9bd1ce26e5
children 153c77e529dc
comparison
equal deleted inserted replaced
1583:caedd9b176f2 1584:5d9e0adf73d1
5 5
6 RUN sed -i 's/\(deb.*\)$/\1 universe/' /etc/apt/sources.list 6 RUN sed -i 's/\(deb.*\)$/\1 universe/' /etc/apt/sources.list
7 7
8 RUN apt-get update &&\ 8 RUN apt-get update &&\
9 apt-get -y install --no-install-recommends \ 9 apt-get -y install --no-install-recommends \
10 make git golang-go golang-github-gorilla-context-dev \ 10 make git golang-go \
11 ca-certificates 11 ca-certificates
12 12
13 WORKDIR /opt/gemma 13 WORKDIR /opt/gemma
14 14
15 # Copy only backend stuff 15 # Copy only backend stuff