Explorar o código

adding docutils

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
aba553385f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fly.dockerfile

+ 1 - 1
fly.dockerfile

@@ -6,7 +6,7 @@ WORKDIR /app
 
 ADD . .
 RUN pip install -e .
-RUN pip install itsdangerous prometheus_client isort
+RUN pip install itsdangerous prometheus_client isort docutils
 
 EXPOSE 8080
 EXPOSE 9062