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

Modified build-docker.sh

parent 069ae9f0
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,12 @@ build_flatpak() {
build_appimage() {
# docker-image: ubuntu:17.10
apt update -qq
apt -y install curl git
apt -y install build-essential qt5-default libqt5websockets5-dev
apt -y install cmake libssl-dev libcurl4-gnutls-dev libxpm-dev
apt -y install libssl1.0.0 zlib1g
apt -y install git
apt -y install curl
useradd -m ${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