Skip to content

Commit 1e84f6a

Browse files
Merge pull request #41 from d4rkstar/main
chore(pyproject): updated pyproject.toml
2 parents 2bc596e + 26a8510 commit 1e84f6a

File tree

3 files changed

+163
-152
lines changed

3 files changed

+163
-152
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN echo "Installing poetry" && \
9393
apt-get update && apt-get install -y --no-install-recommends \
9494
curl gnupg zip unzip && \
9595
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
9797

9898
#------------------------------------------------------------------------------
9999
# Final stage
@@ -149,7 +149,7 @@ COPY --from=deps --chown=nuvolaris:nuvolaris ${VIRTUAL_ENV} ${VIRTUAL_ENV}
149149
COPY --from=deps --chown=nuvolaris:nuvolaris ${POETRY_HOME} ${POETRY_HOME}
150150
# Copy the home
151151
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}
153153
# prepares the required folders to deploy the whisk-system actions
154154
RUN mkdir -p /home/nuvolaris/deploy/whisk-system && \
155155
./whisk-system.sh && \

0 commit comments

Comments
 (0)