Docker build fails due to Debian Buster repositories being deprecated #23483
Unanswered
devrvkant
asked this question in
Q&A (Installation)
Replies: 1 comment
-
|
I had the same problem on WSL and fixed it by changing in Dockerfile.frontend:
to
After that, make build completed successfully. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Operating System
macOS Tahoe 26.0
RAM size
8
Which step are you stuck on?
When setting up Oppia using Docker (following the official wiki instructions), the build process fails at the make build step.
Error Log
Approaches already used to resolve the issue
Tried###
Using a newer Node base image to FROM node:16.20.0-slim AS frontend
Still###
I'm getting the same error log mentioned above.
Additional information
Beta Was this translation helpful? Give feedback.
All reactions