Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro Infrastructure
libretro-build-amd64-ubuntu
Commits
89563f2a
Commit
89563f2a
authored
Jan 03, 2021
by
jdgleaver
Browse files
Dockerfile.xenial-gcc9: Attempt to fix 'apt-get build-dep -y retroarch' error
parent
b6cc36b2
Pipeline
#8637
failed with stage
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.xenial-gcc9
View file @
89563f2a
...
...
@@ -118,6 +118,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*
RUN set -eux; \
add-apt-repository -y ppa:libretro/testing; \
apt-get update -y; \
apt-get build-dep -y retroarch; \
rm -rf /var/lib/apt/lists/*
...
...
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