-RUN apk add git && \
- git reset --hard && rm -rf docker install.php .git .gitignore .gitlab-ci.yml CONTRIBUTING.md Dockerfile README.md && \
- apk del git && \
- touch /www/lib/config.local.php && \
- chown -R $USER_ID.$GROUP_ID /www && \
- chmod o=,ug=rwX -R /www
+RUN git reset --hard && rm -rf docker install.php .git .gitignore .gitlab-ci.yml CONTRIBUTING.md Dockerfile README.md
+RUN touch /www/lib/config.local.php
+RUN chown -R $(id -u lighttpd).$(id -g www-data) /www
+RUN chmod o=,ug=rwX -R /www