File tree Expand file tree Collapse file tree 3 files changed +253
-95
lines changed Expand file tree Collapse file tree 3 files changed +253
-95
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN if [ -n "${CLEAN_INSTALL}" ]; then git reset --hard ; fi && \
27
27
make download-templates
28
28
29
29
ENV POETRY_HOME=/opt/poetry
30
- # hadolint ignore=DL4006
30
+ # hadolint ignore=DL4006,SC2086
31
31
RUN if [ -n "${BUILD_CORE_SERVICE}" ]; then export EXT_BUILD="-E service" ; fi && \
32
32
mkdir -p /opt/poetry && \
33
33
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.3.1 python3 - && \
@@ -36,7 +36,7 @@ RUN if [ -n "${BUILD_CORE_SERVICE}" ]; then export EXT_BUILD="-E service" ; fi &
36
36
/opt/poetry/bin/poetry config virtualenvs.options.no-setuptools true && \
37
37
/opt/poetry/bin/poetry config virtualenvs.options.no-pip true && \
38
38
/opt/poetry/bin/poetry self add "poetry-dynamic-versioning[plugin]" && \
39
- /opt/poetry/bin/poetry install " ${EXT_BUILD}" -E toil
39
+ /opt/poetry/bin/poetry install ${EXT_BUILD} -E toil
40
40
41
41
FROM base
42
42
ARG BUILD_CORE_SERVICE
You can’t perform that action at this time.
0 commit comments