Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
tecnalia_robotics-public
templates
Commits
ced36618
Commit
ced36618
authored
Mar 12, 2019
by
Prada Sarasola, Miguel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 'curl' during development environment image build
parent
2d21fad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
deploy/dev/Dockerfile
deploy/dev/Dockerfile
+2
-1
No files found.
deploy/dev/Dockerfile
View file @
ced36618
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment