[GH-ISSUE #194] Docker install / build fails #156

Closed
opened 2026-02-25 21:31:19 +03:00 by kerem · 1 comment
Owner

Originally created by @marcogabriel on GitHub (Oct 26, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/194

Originally assigned to: @ciur on GitHub.

As outlined in the documentation I wanted to install papermerge with Docker.

But it fails with an error:

Building app
Step 1/31 : FROM ubuntu:20.04
 ---> d70eaf7277ea
Step 2/31 : LABEL maintainer="Eugen Ciur <eugen@papermerge.com>"
 ---> Using cache
 ---> f7cb480c056a
Step 3/31 : ARG DEBIAN_FRONTEND=noninteractive
 ---> Using cache
 ---> fae2ec4e4bda
Step 4/31 : RUN apt-get update  && apt-get install -y                     build-essential                     vim                     python3                     python3-pip                     python3-venv                     virtualenv                     poppler-utils                     git                     imagemagick                     pdftk-java                     apache2                     apache2-dev                     locales  && rm -rf /var/lib/apt/lists/*  && pip3 install --upgrade pip
 ---> Running in 5088e5f19908
ERROR: Service 'app' failed to build: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"proc\\\" to rootfs \\\"/var/lib/docker/vfs/dir/769c551b52474f92490a48cb47f95a021d5c9c561465a681516d577410623f25\\\" at \\\"/proc\\\" caused \\\"permission denied\\\"\"": unknown```

Originally created by @marcogabriel on GitHub (Oct 26, 2020). Original GitHub issue: https://github.com/ciur/papermerge/issues/194 Originally assigned to: @ciur on GitHub. As outlined in the documentation I wanted to install papermerge with Docker. But it fails with an error: ```~/papermerge-proj/docker/1.4 # docker-compose up -d Building app Step 1/31 : FROM ubuntu:20.04 ---> d70eaf7277ea Step 2/31 : LABEL maintainer="Eugen Ciur <eugen@papermerge.com>" ---> Using cache ---> f7cb480c056a Step 3/31 : ARG DEBIAN_FRONTEND=noninteractive ---> Using cache ---> fae2ec4e4bda Step 4/31 : RUN apt-get update && apt-get install -y build-essential vim python3 python3-pip python3-venv virtualenv poppler-utils git imagemagick pdftk-java apache2 apache2-dev locales && rm -rf /var/lib/apt/lists/* && pip3 install --upgrade pip ---> Running in 5088e5f19908 ERROR: Service 'app' failed to build: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"proc\\\" to rootfs \\\"/var/lib/docker/vfs/dir/769c551b52474f92490a48cb47f95a021d5c9c561465a681516d577410623f25\\\" at \\\"/proc\\\" caused \\\"permission denied\\\"\"": unknown```
kerem 2026-02-25 21:31:19 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@marcogabriel commented on GitHub (Oct 26, 2020):

It seems to be a local issue. Sorry for opening that issue too early.

<!-- gh-comment-id:716569954 --> @marcogabriel commented on GitHub (Oct 26, 2020): It seems to be a local issue. Sorry for opening that issue too early.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#156
No description provided.