Skip to content

Commit

Permalink
Merge pull request #3381 from dev-hato/fix-format-dependabot/pip/werk…
Browse files Browse the repository at this point in the history
…zeug-3.0.1

formatが間違ってたので直してあげたよ! #3380
  • Loading branch information
massongit authored Oct 25, 2023
2 parents 4c5027f + ce920ef commit e3b1beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \
apt-get update && \
apt-get install -y --no-install-recommends nodejs && \
pip install pipenv==2023.10.20 --no-cache-dir && \
pip install pipenv==2023.10.24 --no-cache-dir && \
if [ "${ENV}" = 'dev' ]; then \
pipenv install --system --skip-lock --dev; \
else \
Expand Down

0 comments on commit e3b1beb

Please sign in to comment.