Skip to content
Snippets Groups Projects
Commit 2ffa920f authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add missing package to use curl over https

parent b9934219
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \
apt-transport-https \
curl \
libasound2 \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
......
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