diff --git a/Dockerfile b/Dockerfile index 27a2887..95e6304 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,6 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.alpine.sh' USER climber # configure git (needed for symnfony cli) -# @todo test if ok ARG GIT_EMAIL ARG GIT_USERNAME RUN git config --global user.email "${GIT_EMAIL}" \