rsksmart / artifacts

18 stars 57 forks source link

Docker images fail #64

Open DefiCake opened 1 year ago

DefiCake commented 1 year ago

At Step 5/11 : RUN apt-get install -y --no-install-recommends openjdk-8-jre supervisor systemd software-properties-common gpg-agent

Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.8) ...
Traceback (most recent call last):
  File "/usr/lib/python3.8/py_compile.py", line 215, in <module>
    sys.exit(main())
  File "/usr/lib/python3.8/py_compile.py", line 207, in main
    compile(filename, doraise=True)
  File "/usr/lib/python3.8/py_compile.py", line 172, in compile
    importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
  File "<frozen importlib._bootstrap_external>", line 186, in _write_atomic
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.8/__pycache__/__future__.cpython-38.pyc.139666479537824'
dpkg: error processing package python3.8-minimal (--configure):
 installed python3.8-minimal package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 python3.8-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
The command '/bin/sh -c apt-get install -y --no-install-recommends openjdk-8-jre supervisor systemd software-properties-common gpg-agent' returned a non-zero code: 100