Skip to content

Commit

Permalink
try Ubuntu 18.04 environment for AppImage build
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Jun 28, 2019
1 parent f89b859 commit 7bcead0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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:16.04
FROM library/ubuntu:18.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: 1 addition & 2 deletions build/Linux+BSD/portable/x86_64/Recipe
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ apt-get -y install \
libgl1-mesa-dev \
libopenal1 \
gstreamer0.10-plugins-base \
software-properties-common \
libmirclient9 #remove after updating to 18.04
software-properties-common

# get newer compiler
if [ ! -f /etc/apt/sources.list.d/ubuntu-toolchain-r-test-precise.list ]; then
Expand Down

0 comments on commit 7bcead0

Please sign in to comment.