Skip to content
Snippets Groups Projects
Commit ea082cc2 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

Merge branch 'with-codecgen' into '1.11.4'

With codecgen

See merge request !5
parents a377be88 5f97a860
Branches
No related tags found
1 merge request!5With codecgen
Pipeline #19040 passed
FROM golang:1.11.4
FROM golang:1.10.3
ENV DEBIAN_FRONTEND=noninteractive
RUN go get -u github.com/golang/dep/cmd/dep \
RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecgen \
&& echo deb http://deb.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends supervisor crudini \
&& crudini --set /etc/supervisor/supervisord.conf supervisord nodaemon true
ENTRYPOINT exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
&& apt-get update && apt-get install -y libgs-dev ghostscript wkhtmltopdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment