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 tecnalia_robotics-public/gitlab_templates!29
parents b9934219 2ffa920f
Branches
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.
Please register or to comment