Update Dockerfile

This commit is contained in:
Devin Buhl 2024-04-14 11:46:26 -04:00 committed by GitHub
parent 3998e4da71
commit bd3f813687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,9 +12,6 @@ RUN apk add --no-cache \
libffi-dev \
openssl-dev \
musl-dev \
python3-dev \
py3-pip \
&& pip install --upgrade pip \
&& pip install --upgrade --requirement /app/requirements.txt \
&& apk del --purge .build-deps \
&& chown -R root:root /app \