Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build Docker dev containers #6810

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

froger
Copy link

@froger froger commented Nov 3, 2023

Hi,
This PR is to fix the Docker dev container build.

I got the following issues while building:

 => ERROR [wiki 2/3] RUN apt-get update &&     apt-get install -y bash curl git python make g++ nano openssh-server gnupg &&     mkd  5.7s
------
 > [wiki 2/3] RUN apt-get update &&     apt-get install -y bash curl git python make g++ nano openssh-server gnupg &&     mkdir -p /wiki:
[...]
#0 4.439 Package python is not available, but is referred to by another package.
#0 4.439 This may mean that the package is missing, has been obsoleted, or
#0 4.439 is only available from another source
#0 4.439 However the following packages replace it:
#0 4.439   python-is-python3 2to3
#0 4.439 
#0 4.457 E: Package 'python' has no installation candidate

I tested to build the container, install the dependancies (yarn install), and then a yarn dev. This seems OK now.

Thanks,

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.

None yet

2 participants