* set root user before change php options in workspace build
This commit is contained in:
@ -88,6 +88,8 @@ COPY ./minio/auth.json /home/laradock/.mc/config.json
|
||||
# Tune opts:
|
||||
###########################################################################
|
||||
|
||||
USER root
|
||||
|
||||
ARG PHP_OPT_SHORT_OPEN_TAG=Off
|
||||
RUN sed -i "s/^short_open_tag = .*/short_open_tag = $PHP_OPT_SHORT_OPEN_TAG/g" /etc/php/${PHP_VERSION}/cli/php.ini
|
||||
|
||||
|
Reference in New Issue
Block a user