Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmp not writable #14

Open
dignakov opened this issue May 12, 2017 · 0 comments
Open

tmp not writable #14

dignakov opened this issue May 12, 2017 · 0 comments

Comments

@dignakov
Copy link

dignakov commented May 12, 2017

Hi,

I was trying to build the image with the latest version of Grav. Following #11, I added the apk update and apk upgrade lines to the install script:

# PHP EXTENSIONS!
#
# Add any php extensions your application needs.  Alpine Linux is VERY granular and
# does not contain the large number of extensions you'd expect in a Ubuntu/Debian/CentOS
# install.  You can find the package names here...
# https://pkgs.alpinelinux.org/packages?name=php-%25&repo=all&arch=x86_64&maintainer=all

# >>>>>>>>>>> THIS IS NEW  <<<<<<<<<<
apk update
apk upgrade
# >>>>>>>>>>> THIS IS NEW  <<<<<<<<<<

apk --update add \
    php-ctype \
    php-curl \
    php-dom \


and built the image. However when I run ./run-docker-grav.sh -s ./testsite, I get an error saying:

/apps/www/grav/tmp exists but is not writeable

Any idea what I'm doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant