Parisson / Telemeta

Collaborative content management system for musicology
http://telemeta.org
GNU Affero General Public License v3.0
118 stars 38 forks source link

Install on Debian problem... #198

Closed AnasGhrab closed 6 years ago

AnasGhrab commented 6 years ago

I got this error. Is it related to MariaDB ?

telemeta@serveur-2:~/Telemeta$ sudo docker-compose up
Building app
Step 1/18 : FROM parisson/timeside:latest
 ---> 404a4564836f
Step 2/18 : MAINTAINER Guillaume Pellerin <yomguy@parisson.com>, Thomas fillon <thomas@parisson.com>
 ---> Using cache
 ---> 6372b49ff0df
Step 3/18 : RUN mkdir -p /srv/src/
 ---> Using cache
 ---> 302191e28fb5
Step 4/18 : RUN mkdir -p /srv/app
 ---> Using cache
 ---> b6d4811b15f3
Step 5/18 : RUN mkdir -p /srv/src/telemeta
 ---> Using cache
 ---> c0dfc462e594
Step 6/18 : RUN apt-get install -y --force-yes mysql-client
 ---> Running in 3d7bf30a9a6a
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be upgraded:
  mysql-client
1 upgraded, 0 newly installed, 0 to remove and 51 not upgraded.
Need to get 82.3 kB of archives.
After this operation, 3072 B of additional disk space will be used.
Err http://security.debian.org/ jessie/updates/main mysql-client all 5.5.57-0+deb8u1
  404  Not Found [IP: 217.196.149.233 80]
E: Failed to fetch http://security.debian.org/pool/updates/main/m/mysql-5.5/mysql-client_5.5.57-0+deb8u1_all.deb  404  Not Found [IP: 217.196.149.233 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ERROR: Service 'app' failed to build: The command '/bin/sh -c apt-get install -y --force-yes mysql-client' returned a non-zero code: 100
AnasGhrab commented 6 years ago

No.. even with Debian 8 I got the same error...

AnasGhrab commented 6 years ago

It was ok when I added RUN apt-get update in the Dockerfile.

yomguy commented 6 years ago

Hi @AnasGhrab ! For the next release/1.7, all the debian packages will be provided by the TimeSide image but OK to add the update temporally ;) thanks