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

Fix for fuse in docker

parent 22c66cdd
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,12 @@ branches:
only:
- master
before_install:
- sudo apt-get install -qq pkg-config fuse
- sudo modprobe fuse
- sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf
script:
- mntdir='/mnt/ocs-manager'
#- docker run --rm -v $(pwd):${mntdir} ubuntu:16.04 /bin/bash -c "sh ${mntdir}/scripts/build-docker.sh snap"
......
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