Skip to content

Update Dockerfile#1

Open
taksas wants to merge 1 commit intodevnokiyo:masterfrom
taksas:master
Open

Update Dockerfile#1
taksas wants to merge 1 commit intodevnokiyo:masterfrom
taksas:master

Conversation

@taksas
Copy link
Copy Markdown

@taksas taksas commented Oct 23, 2023

2023年10月現在、docker compose buildに以下のエラーで失敗します。

=> ERROR [app  2/10] RUN apt-get update -qq && apt-get install -y build-essential default-libmysqlclient-dev nod  0.8s
------
 > [app  2/10] RUN apt-get update -qq && apt-get install -y build-essential default-libmysqlclient-dev nodejs:
0.772 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
0.773 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
0.773 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
0.773 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found
0.773 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages  404  Not Found
0.774 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found
0.775 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
failed to solve: process "/bin/sh -c apt-get update -qq && apt-get install -y build-essential default-libmysqlclient-dev nodejs" did not complete successfully: exit code: 100

この問題を修正するために、Dockerfileを修正しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant