File tree Expand file tree Collapse file tree 3 files changed +163
-152
lines changed Expand file tree Collapse file tree 3 files changed +163
-152
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RUN echo "Installing poetry" && \
93
93
apt-get update && apt-get install -y --no-install-recommends \
94
94
curl gnupg zip unzip && \
95
95
curl -sSL https://install.python-poetry.org | python - && \
96
- cd /home/nuvolaris && poetry install --no-root --no-dev --no- interaction --no-ansi && rm -rf $POETRY_CACHE_DIR
96
+ cd /home/nuvolaris && poetry install --no-root --no-interaction --no-ansi && rm -rf $POETRY_CACHE_DIR
97
97
98
98
# ------------------------------------------------------------------------------
99
99
# Final stage
@@ -149,7 +149,7 @@ COPY --from=deps --chown=nuvolaris:nuvolaris ${VIRTUAL_ENV} ${VIRTUAL_ENV}
149
149
COPY --from=deps --chown=nuvolaris:nuvolaris ${POETRY_HOME} ${POETRY_HOME}
150
150
# Copy the home
151
151
COPY --from=sources --chown=nuvolaris:nuvolaris ${HOME} ${HOME}
152
- RUN poetry install --only main --no-dev --no- interaction --no-ansi && rm -rf ${POETRY_CACHE_DIR}
152
+ RUN poetry install --only main --no-interaction --no-ansi && rm -rf ${POETRY_CACHE_DIR}
153
153
# prepares the required folders to deploy the whisk-system actions
154
154
RUN mkdir -p /home/nuvolaris/deploy/whisk-system && \
155
155
./whisk-system.sh && \
You can’t perform that action at this time.
0 commit comments