Skip to content
Snippets Groups Projects
Commit 30102cee authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Merge branch 'fix-deploy-missing-package' into 'master'

Add missing package to use curl over https

See merge request !29
parents b9934219 2ffa920f
No related branches found
No related tags found
1 merge request!29Add missing package to use curl over https
Pipeline #15202 passed
......@@ -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