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
07a07972
Commit
07a07972
authored
Jan 03, 2021
by
jdgleaver
Browse files
Dockerfile.xenial-gcc9: Install software-properties-common in the correct order
parent
f5dd71ed
Pipeline
#8639
failed with stage
in 5 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.xenial-gcc9
View file @
07a07972
...
...
@@ -77,7 +77,6 @@ ENV PACKAGES \
sed \
sudo \
swig \
software-properties-common \
tar \
texinfo \
unzip \
...
...
@@ -96,6 +95,7 @@ RUN set -eux; \
chown -R developer:developer /developer
RUN set -eux; \
apt-get -y install software-properties-common; \
add-apt-repository -y ppa:libretro/testing;
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