suurjaak / Skyperious

Skype chat history tool
Other
350 stars 36 forks source link

Docker build fails with "Cannot unpack file ... cannot detect archive format" #85

Closed vladox closed 3 years ago

vladox commented 3 years ago
Step 6/10 : RUN pip install -U -f --no-cache-dir     https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04     wxPython
 ---> Running in f10acff9da84
Collecting https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04
  Downloading https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04
  Cannot unpack file /tmp/pip-8yBrET-unpack/ubuntu-18.04 (downloaded from /tmp/pip-OcNjUl-build, content-type: text/html;charset=UTF-8); cannot detect archive format
Cannot determine archive format of /tmp/pip-OcNjUl-build
suurjaak commented 3 years ago

Confirmed. Not sure what has changed to cause this problem.

Does the updated Dockerfile fix this issue?

vladox commented 3 years ago

@suurjaak confirmed working, thanks!