Browse Source
Update Ubuntu version to 20.04 (#25)
* linux-clang-format: Update Ubuntu
* linux-flatpak: Update Ubuntu
* linux-fresh: Update Ubuntu
* linux-frozen: Update Ubuntu
* linux-mingw: Update Ubuntu
master
Tobias
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
5 deletions
-
linux-clang-format/Dockerfile
-
linux-flatpak/Dockerfile
-
linux-fresh/Dockerfile
-
linux-frozen/Dockerfile
-
linux-mingw/Dockerfile
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM ubuntu:18.04 |
|
|
|
FROM ubuntu:20.04 |
|
|
|
LABEL maintainer="citraemu" |
|
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
|
RUN apt-get install -y git clang-format-6.0 p7zip-full |
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM ubuntu:18.04 |
|
|
|
FROM ubuntu:20.04 |
|
|
|
LABEL maintainer="citraemu" |
|
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
|
RUN apt-get install -y p7zip-full wget git flatpak flatpak-builder ca-certificates sshfs curl fuse dnsutils gnupg2 sudo |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM ubuntu:18.04 |
|
|
|
FROM ubuntu:20.04 |
|
|
|
LABEL maintainer="citraemu" |
|
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
|
RUN apt-get install -y p7zip-full build-essential libsdl2-dev qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools libavcodec-dev libavfilter-dev libavformat-dev libswscale-dev wget git ccache cmake ninja-build |
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM ubuntu:18.04 |
|
|
|
FROM ubuntu:20.04 |
|
|
|
LABEL maintainer="citraemu" |
|
|
|
RUN mkdir -p /tmp/pkgs |
|
|
|
COPY install_package.py /tmp/pkgs |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM ubuntu:18.04 |
|
|
|
FROM ubuntu:20.04 |
|
|
|
LABEL maintainer="citraemu" |
|
|
|
RUN mkdir -p /tmp/pkgs |
|
|
|
RUN apt-get update && apt-get install -y gpg wget git python3-pip ccache p7zip-full g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 mingw-w64-tools cmake ninja-build |
|
|
|
|