Fix typo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dryusdan 2024-01-04 17:32:02 +01:00
parent 3df86d6430
commit e1c8cac2d7
Signed by: Dryusdan
GPG key ID: EC1438DDE24E27D7

View file

@ -11,7 +11,7 @@ RUN cp /usr/share/zoneinfo/$TZ /etc/localtime \
&& apk add -U --no-cache --virtual builds gcc musl-dev libffi-dev \
&& pip3 install --upgrade pip \
&& pip3 install poetry \
&& poetry config poetry config virtualenvs.create false --local \
&& poetry config virtualenvs.create false --local \
&& poetry install --only main \
&& apk del builds