diff --git a/dev_scripts/env.py b/dev_scripts/env.py index baa24703d..64003383d 100755 --- a/dev_scripts/env.py +++ b/dev_scripts/env.py @@ -74,7 +74,7 @@ # FIXME: Drop this fix after it's resolved upstream. # See https://github.com/freedomofpress/dangerzone/issues/286#issuecomment-1347149783 -RUN dnf reinstall -y shadow-utils && dnf clean all +RUN rpm restore -y shadow-utils RUN dnf install -y mupdf && dnf clean all """ @@ -120,7 +120,7 @@ # FIXME: Drop this fix after it's resolved upstream. # See https://github.com/freedomofpress/dangerzone/issues/286#issuecomment-1347149783 -RUN dnf reinstall -y shadow-utils && dnf clean all +RUN rpm restore -y shadow-utils """ # The Dockerfile for building an environment with Dangerzone installed in it. Parts of