mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-06-29 15:15:45 +00:00
update for docker
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM multiarch/ubuntu-core:amd64-xenial
|
||||
FROM ubuntu:bionic
|
||||
|
||||
RUN apt-get update
|
||||
# toolchain
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM multiarch/ubuntu-core:i386-xenial
|
||||
FROM multiarch/ubuntu-core:i386-bionic
|
||||
|
||||
RUN apt-get update
|
||||
# toolchain
|
||||
|
@ -6,8 +6,8 @@ rm -rf build-ubuntu
|
||||
mkdir build-ubuntu
|
||||
|
||||
# patches
|
||||
git apply patches/qt5.6-qversionnumber.patch
|
||||
git apply patches/qt5.5-qstringlist-and-qinfo.patch
|
||||
#git apply patches/qt5.6-qversionnumber.patch
|
||||
#git apply patches/qt5.5-qstringlist-and-qinfo.patch
|
||||
|
||||
# build
|
||||
cd build-ubuntu
|
||||
|
Reference in New Issue
Block a user