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
3287c725
Commit
3287c725
authored
Jan 03, 2021
by
jdgleaver
Browse files
Dockerfile.xenial-gcc9: Fix typo
parent
b803e490
Pipeline
#8635
failed with stage
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.xenial-gcc9
View file @
3287c725
...
...
@@ -119,8 +119,8 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*
RUN set -eux; \
apt-get update -y;
apt-get build-dep -y retroarch;
apt-get update -y;
\
apt-get build-dep -y retroarch;
\
rm -rf /var/lib/apt/lists/*
RUN set -eux; \
...
...
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