Skip to content

Commit

Permalink
Fix go so mustache installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Alipaz committed Oct 4, 2017
1 parent a0dcc1a commit c201c83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inadyn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV LIBITE_RELEASE https://github.com/troglobit/libite/releases/download/v1.9.2/
ENV LIBCONFUSE_RELEASE https://github.com/martinh/libconfuse/releases/download/v3.2.1/confuse-3.2.1.tar.xz

ENV LANG='C.UTF-8'\
TERM='xterm-256color'
TERM='xterm-256color'\
GOPATH='/opt/go'

RUN apk --no-cache add curl xz build-base libressl-dev ca-certificates
RUN mkdir -p /tmp/src/libite /tmp/src/libconfuse /tmp/src/inadyn
Expand Down Expand Up @@ -37,7 +38,8 @@ RUN apk upgrade --no-cache &&\
git\
go &&\
go get -u github.com/quantumew/mustache-cli &&\
rm -rf /opt/go &&\
cp $GOPATH/bin/* /usr/local/bin/ && \
rm -rf $GOPATH &&\
apk del .build-deps

COPY container /
Expand Down

0 comments on commit c201c83

Please sign in to comment.