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

Add 'curl' during development environment image build

parent 2d21fad5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@ ARG APPLICATION_IMAGE
FROM ${APPLICATION_IMAGE}
RUN apt-get update -qq && apt-get install -y -qq \
apt-transport-https
apt-transport-https \
curl
RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg \
&& mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg \
......
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