Skip to content
Snippets Groups Projects
Commit 9739f412 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

linters: Install curl

parent b10d3431
No related branches found
No related tags found
1 merge request!27Use GHC 8.6.5 as the minimum bootstrap compiler version
......@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN echo 'deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main' > /etc/apt/sources.list.d/ghc.list
RUN apt-get update -qq; apt-get install --no-install-recommends -qy gnupg sudo git python3 dirmngr ca-certificates \
RUN apt-get update -qq; apt-get install --no-install-recommends -qy gnupg sudo git python3 dirmngr ca-certificates curl \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6F88286 \
&& apt-get update \
&& apt-get install --no-install-recommends -qy python3-pip \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment