Ver código fonte

Mise à jour de 'For EroZone'

MrDuhaz 11 meses atrás
pai
commit
d58e3e013e
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      For EroZone

+ 4 - 4
For EroZone

@@ -1,13 +1,13 @@
 #############################
-# For EroZone >' erozone_p3d3114:lastest
+# For EroZone > erozone_p3d3114:lastest
 
 FROM python:alpine3.19
 VOLUME /mnt/projet
 WORKDIR /mnt/projet/
-RUN apk add tzdata build-base py-pip py3-mysqlclient mariadb-connector-c-dev g++ freetype-dev jpeg-dev gettext bash zlib-dev libxslt-dev
+RUN apk add tzdata build-base py-pip py3-mysqlclient mariadb-connector-c-dev g++ freetype-dev jpeg-dev gettext bash zlib-dev libxslt-dev libffi-dev
 RUN cp /usr/share/zoneinfo/Europe/Paris /etc/localtime
-RUN echo Europe/Brussels >' /etc/timezone
-RUN echo Europe/Paris >' /etc/TZ
+RUN echo Europe/Brussels > /etc/timezone
+RUN echo Europe/Paris > /etc/TZ
 RUN unset TZ
 RUN apk del tzdata
 RUN pip install Django==3.1.14