Skip to content

Commit 03ebe4e

Browse files
formatが間違ってたので直してあげたよ!
1 parent e14171e commit 03ebe4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && \
2727
apt-get install -y --no-install-recommends git gcc libc6-dev libopencv-dev libgl1-mesa-dev libglib2.0-0 curl && \
2828
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
2929
apt-get install -y --no-install-recommends nodejs && \
30-
pip install pipenv==2022.11.25 --no-cache-dir && \
30+
pip install pipenv==2022.11.30 --no-cache-dir && \
3131
if [ "${ENV}" = 'dev' ]; then \
3232
pipenv install --system --skip-lock --dev; \
3333
else \

0 commit comments

Comments
 (0)