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

Change docker image

parent 5a1435ac
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,5 @@ script:
- mntdir='/mnt/ocs-manager'
#- docker run --rm -v $(pwd):${mntdir} ubuntu:16.04 /bin/bash -c "sh ${mntdir}/scripts/build-docker.sh snap"
#- docker run --rm -v $(pwd):${mntdir} ubuntu:16.04 /bin/bash -c "sh ${mntdir}/scripts/build-docker.sh flatpak"
- docker run --rm -v $(pwd):${mntdir} ubuntu:17.10 /bin/bash -c "sh ${mntdir}/scripts/build-docker.sh appimage"
- docker run --rm -v $(pwd):${mntdir} ubuntu:16.04 /bin/bash -c "sh ${mntdir}/scripts/build-docker.sh appimage"
- cat transfer.log
......@@ -34,7 +34,7 @@ build_flatpak() {
}
build_appimage() {
# docker-image: ubuntu:17.10
# docker-image: ubuntu:16.04
apt update -qq
apt -y install curl git
......
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