Skip to content

Commit

Permalink
Revert changes to build AppImage with Qt 5.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Jun 28, 2019
1 parent 633c499 commit 59a887d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Linux+BSD/portable/x86_64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM library/ubuntu:18.04
FROM library/ubuntu:14.04
ADD Recipe /Recipe
RUN bash -ex Recipe && apt-get clean autoclean
RUN apt-get autoremove -y && rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/*
3 changes: 2 additions & 1 deletion build/Linux+BSD/portable/x86_64/Recipe
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ apt-get -y install \
libdrm-dev \
libgl1-mesa-dev \
libopenal1 \
gstreamer0.10-plugins-base \
software-properties-common

# get newer compiler
Expand Down Expand Up @@ -63,7 +64,7 @@ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 40 --slave /usr/
# get Qt
if [ ! -d "qt5" ]; then
mkdir qt5
wget -q -O qt5.zip http://utils.musescore.org.s3.amazonaws.com/qt598.zip
wget -q -O qt5.zip http://utils.musescore.org.s3.amazonaws.com/qt593.zip
unzip -qq qt5.zip -d qt5
rm -f qt5.zip
fi
Expand Down

0 comments on commit 59a887d

Please sign in to comment.