mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 03:55:58 +03:00
[GH-ISSUE #279] docker-compose ver 1.4 failure #227
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pabl0z on GitHub (Jan 1, 2021).
Original GitHub issue: https://github.com/ciur/papermerge/issues/279
Originally assigned to: @ciur on GitHub.
cloned repo from git finishes with errors
git clone https://github.com/ciur/papermerge papermerge-proj
Cloning into 'papermerge-proj'...
remote: Enumerating objects: 105, done.
remote: Counting objects: 100% (105/105), done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 15776 (delta 48), reused 65 (delta 26), pack-reused 15671
Receiving objects: 100% (15776/15776), 22.92 MiB | 1.81 MiB/s, done.
Resolving deltas: 100% (10683/10683), done.
Checking connectivity... done.
docker-compose up -d
Creating network "14_default" with the default driver
Creating volume "14_postgres_data" with default driver
Creating volume "14_media_root" with default driver
Creating volume "14_redisdata" with default driver
Building app
Step 1/29 : FROM ubuntu:20.04
20.04: Pulling from library/ubuntu
da7391352a9b: Pull complete
14428a6d4bcd: Pull complete
2c2d948710f2: Pull complete
Digest: sha256:c95a8e48bf88e9849f3e0f723d9f49fa12c5a00cfc6e60d2bc99d87555295e4c
Status: Downloaded newer image for ubuntu:20.04
---> f643c72bc252
Step 2/29 : LABEL maintainer="Eugen Ciur eugen@papermerge.com"
---> Running in 5731eca91c8f
Removing intermediate container 5731eca91c8f
---> a71a2a28d4b1
Step 3/29 : ARG DEBIAN_FRONTEND=noninteractive
---> Running in 281d54c223ad
Removing intermediate container 281d54c223ad
---> be733849ea6c
Step 4/29 : 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 9382b2ba48b5
Err:1 http://security.ubuntu.com/ubuntu focal-security InRelease
Temporary failure resolving 'security.ubuntu.com'
Err:2 http://archive.ubuntu.com/ubuntu focal InRelease
Temporary failure resolving 'archive.ubuntu.com'
Err:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Temporary failure resolving 'archive.ubuntu.com'
Err:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Temporary failure resolving 'archive.ubuntu.com'
Reading package lists...
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/InRelease Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRelease Temporary failure resolving 'security.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
Package locales is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package build-essential
E: Unable to locate package vim
E: Unable to locate package python3
E: Unable to locate package python3-pip
E: Unable to locate package python3-venv
E: Unable to locate package virtualenv
E: Unable to locate package poppler-utils
E: Unable to locate package git
E: Unable to locate package imagemagick
E: Unable to locate package pdftk-java
E: Unable to locate package apache2
E: Unable to locate package apache2-dev
E: Package 'locales' has no installation candidate
ERROR: Service 'app' failed to build: The command '/bin/sh -c 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' returned a non-zero code: 100
root@DS:
Info:
@ciur commented on GitHub (Jan 2, 2021):
Hi @Pabl0z, support for synology based docker images is not provided here. Please contact vendor of respective package.