Drop Mercurial from Dockerfile
We no longer have any Mercurial dependencies, so we don't need to install it anymore.
This commit is contained in:
parent
b7fadd9676
commit
c6f62fccdf
|
@ -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…
Reference in New Issue