Explorar o código

Pin ruamel.yaml.clib to work around docs build issue.

Dan Helfman %!s(int64=4) %!d(string=hai) anos
pai
achega
9b1779065e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/Dockerfile

+ 1 - 1
docs/Dockerfile

@@ -1,7 +1,7 @@
 FROM python:3.8-alpine3.12 as borgmatic
 
 COPY . /app
-RUN pip install --no-cache /app && generate-borgmatic-config && chmod +r /etc/borgmatic/config.yaml
+RUN pip install --no-cache ruamel.yaml.clib==0.2.2 /app && generate-borgmatic-config && chmod +r /etc/borgmatic/config.yaml
 RUN borgmatic --help > /command-line.txt \
     && for action in init prune create check extract export-tar mount umount restore list info borg; do \
            echo -e "\n--------------------------------------------------------------------------------\n" >> /command-line.txt \