Browse Source

Drop Mercurial from Dockerfile

We no longer have any Mercurial dependencies, so we don't need to
install it anymore.
pull/124/head
mutantmonkey 7 years ago
parent
commit
c6f62fccdf
  1. 2
      Dockerfile

2
Dockerfile

@ -1,7 +1,7 @@
FROM golang:alpine
RUN set -ex \
&& apk add --no-cache --virtual .build-deps git mercurial \
&& apk add --no-cache --virtual .build-deps git \
&& go get github.com/andreimarcu/linx-server \
&& apk del .build-deps

Loading…
Cancel
Save