farribeiro / wscef-docker

Warsaw in docker container
MIT License
64 stars 23 forks source link

ERROR: libcurl4 and python-gpg #43

Closed hsantanna closed 6 years ago

hsantanna commented 6 years ago

I'm getting this error while docker-compose build wscef

...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libcurl4
E: Unable to locate package python-gpg
ERROR: Service 'wscef' failed to build: The command '/bin/sh -c apt-get update  && apt-get upgrade -y   && apt-get install -y   language-pack-pt        openssl         libnss3-tools   libcurl4        python-gpg      firefox         firefox-locale-pt       xauth   --no-install-recommends && groupadd -g 1000 -r ff       && useradd -u 1000 -r -g ff -G audio,video ff -d /home/ff      && chmod 744 /home/ff/startup.sh         && chown -R ff:ff /home/ff      && echo root:wscef | chpasswd   && apt-get purge --auto-remove -y       && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
farribeiro commented 6 years ago

Anyway is a PR to try fix Warsaw new dependencies for Ubuntu 18.04, but not work with only commit.

The way to correct this reverting the commit or delete this. I prefer delete and fix by the PR #42