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
cae6ab95
Commit
cae6ab95
authored
Nov 19, 2019
by
m4xw
Browse files
Update Dockerfile, add Ubuntu source repos.
parent
84ee8e26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
cae6ab95
...
...
@@ -56,6 +56,20 @@ RUN apt-get upgrade -y \
nasm
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
echo
"###### Ubuntu Main Repos"
>
/etc/apt/sources.list
&&
\
echo
"deb http://de.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
"deb-src http://de.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
>>
/etc/apt/sources.list
&&
\
echo
"###### Ubuntu Update Repos"
>>
/etc/apt/sources.list
&&
\
echo
"deb http://de.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
"deb http://de.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
"deb http://de.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
"deb http://de.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
"deb-src http://de.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
"deb-src http://de.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
"deb-src http://de.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe multiverse "
>>
/etc/apt/sources.list
&&
\
echo
"deb-src http://de.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse "
>>
/etc/apt/sources.list
RUN
apt-get update
&&
apt-get build-dep
-y
retroarch
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
echo
"developer:developer"
| chpasswd
&&
adduser developer
sudo
...
...
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