Переглянути джерело

Add gfortran to packages.

scossu 1 рік тому
батько
коміт
b51ed77d0f
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -1,6 +1,6 @@
 FROM python:3.9-alpine3.15
 
-RUN apk add --no-cache -t buildtools build-base
+RUN apk add --no-cache -t buildtools build-base gfortran
 RUN apk add --no-cache linux-headers
 
 ENV _workroot "/usr/local/scriptshifter/src"
@@ -11,7 +11,6 @@ RUN pip install -r requirements.txt
 COPY entrypoint.sh uwsgi.ini wsgi.py ./
 
 COPY ext ./ext/
-#RUN pip install ext/arabic_transliterator
 
 COPY scriptshifter ./scriptshifter/
 RUN chmod +x ./entrypoint.sh