Skip to content

Commit

Permalink
remove uninstall line #2
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 24, 2024
1 parent b8dda41 commit aa1edce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apk add --no-cache --virtual build-deps cargo
COPY Pipfile .
COPY Pipfile.lock .
RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy
RUN apk del build-deps


FROM base AS runtime
Expand Down

0 comments on commit aa1edce

Please sign in to comment.