c-w / gutenberg

A simple interface to the Project Gutenberg corpus.
Apache License 2.0
320 stars 60 forks source link

Docker image creation failed #130

Closed carlosalvidrez closed 4 years ago

carlosalvidrez commented 4 years ago

This is what I got... wondering if there is a misrepresented path somewhere... thanks.

docker build -t gutenberg -f Dockerfile-py3 . Sending build context to Docker daemon 28.87MB Step 1/11 : ARG PYTHON_VERSION=3.6 Step 2/11 : FROM python:${PYTHON_VERSION} 3.6: Pulling from library/python dc65f448a2e2: Pull complete 346ffb2b67d7: Pull complete dea4ecac934f: Pull complete 8ac92ddf84b3: Pull complete a3ca60abc08a: Pull complete c3b874b43f86: Pull complete 465553161802: Pull complete 48a6aaac4f1e: Pull complete e224e4eafa9b: Pull complete Digest: sha256:26ed85fcc830f71f6ecc9131d0a0ddc93ef91054ab8c9dd64d8c18bb72730dfe Status: Downloaded newer image for python:3.6 ---> e0384051b655 Step 3/11 : RUN apt-get update && apt-get install -y libdb-dev ---> Running in 4ff245e54f3b Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] Get:3 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB] Get:4 http://security-cdn.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:5 http://security-cdn.debian.org/debian-security buster/updates/main amd64 Packages [175 kB] Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] Fetched 8325 kB in 4s (2217 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... libdb-dev is already the newest version (5.3.1+nmu1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Removing intermediate container 4ff245e54f3b ---> d200e3c2322d Step 4/11 : ENV BERKELEYDB_DIR=/usr ---> Running in b5b9de4c591c Removing intermediate container b5b9de4c591c ---> 04a2539e1e8a Step 5/11 : WORKDIR /app ---> Running in b1a2f4ed85e4 Removing intermediate container b1a2f4ed85e4 ---> 27d4bfa39657 Step 6/11 : ADD requirements-dev.pip /app/requirements-dev.pip ADD failed: stat /var/lib/docker/tmp/docker-builder543664437/requirements-dev.pip: no such file or directory

carlosalvidrez commented 4 years ago

I must have polluted my git image of the project, sorry! Worked like a champ after re-downloading the project.