Skip to content
Snippets Groups Projects
Commit e585b74a authored by akiraohgaki's avatar akiraohgaki
Browse files

Update build-docker.sh

parent 6c76738e
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ build_appimage() { ...@@ -52,7 +52,7 @@ build_appimage() {
source /opt/qt59/bin/qt59-env.sh source /opt/qt59/bin/qt59-env.sh
curl -fsSL https://cmake.org/files/v3.10/cmake-3.10.0-rc5-Linux-x86_64.tar.gz | tar -xz --strip-components=1 -C / curl -fsSL https://cmake.org/files/v3.10/cmake-3.10.0-rc5-Linux-x86_64.tar.gz | tar -xz --strip-components=1 -C /
apt -y install libssl-dev libcurl3 libcurl3-gnutls libxpm-dev apt -y install libssl-dev libcurl3 libcurl3-gnutls libcurl4-gnutls-dev libxpm-dev
useradd -m ${PKGUSER} useradd -m ${PKGUSER}
export HOME="/home/${PKGUSER}" export HOME="/home/${PKGUSER}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment