mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-06-30 23:45:52 +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
|
RUN apt-get update
|
||||||
# toolchain
|
# toolchain
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM multiarch/ubuntu-core:i386-xenial
|
FROM multiarch/ubuntu-core:i386-bionic
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
# toolchain
|
# toolchain
|
||||||
|
@ -6,8 +6,8 @@ rm -rf build-ubuntu
|
|||||||
mkdir build-ubuntu
|
mkdir build-ubuntu
|
||||||
|
|
||||||
# patches
|
# patches
|
||||||
git apply patches/qt5.6-qversionnumber.patch
|
#git apply patches/qt5.6-qversionnumber.patch
|
||||||
git apply patches/qt5.5-qstringlist-and-qinfo.patch
|
#git apply patches/qt5.5-qstringlist-and-qinfo.patch
|
||||||
|
|
||||||
# build
|
# build
|
||||||
cd build-ubuntu
|
cd build-ubuntu
|
||||||
|
Reference in New Issue
Block a user