Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Commits
336111da
Commit
336111da
authored
6 years ago
by
Prada Sarasola, Miguel
Browse files
Options
Downloads
Patches
Plain Diff
Add 'libasound2' during development environment image build
parent
ced36618
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/dev/Dockerfile
+2
-1
2 additions, 1 deletion
deploy/dev/Dockerfile
with
2 additions
and
1 deletion
deploy/dev/Dockerfile
+
2
−
1
View file @
336111da
...
...
@@ -3,7 +3,8 @@ FROM ${APPLICATION_IMAGE}
RUN
apt-get update
-qq
&&
apt-get
install
-y
-qq
\
apt-transport-https
\
curl
curl
\
libasound2
RUN
curl https://packages.microsoft.com/keys/microsoft.asc | gpg
--dearmor
>
microsoft.gpg
\
&&
mv
microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment