Skip to content
Snippets Groups Projects
Commit 24a53aa8 authored by Christoph Manns's avatar Christoph Manns Committed by Rhys Arkins
Browse files

build: some go modules require mercurial (#4719)

parent 69c716f2
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ RUN chmod +x /usr/local/bin/composer ...@@ -114,7 +114,7 @@ RUN chmod +x /usr/local/bin/composer
# Go Modules # Go Modules
RUN apt-get update && apt-get install -y bzr && \ RUN apt-get update && apt-get install -y bzr mercurial && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ENV GOLANG_VERSION 1.13 ENV GOLANG_VERSION 1.13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment