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
Branches
Tags
1 merge request!29Add missing package to use curl over https
Pipeline #15201 passed
...@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \ ...@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \
apt-transport-https \ apt-transport-https \
curl \ curl \
libasound2 \ libasound2 \
ca-certificates \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment