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

make /usr/bin/mkdir available for installing gems into the vscode image #588

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

tom-m
Copy link
Collaborator

@tom-m tom-m commented Jun 27, 2023

Without this the rails/webdrivers installation into mcr.microsoft.com/vscode/devcontainers/base:bullseye fails with:

make DESTDIR= sitearchdir=./.gem.20230627-76-qe4u9x sitelibdir=./.gem.20230627-76-qe4u9x install make: /usr/bin/mkdir: No such file or directory

Without this the rails/webdrivers installation into mcr.microsoft.com/vscode/devcontainers/base:bullseye fails with:

make DESTDIR\= sitearchdir\=./.gem.20230627-76-qe4u9x sitelibdir\=./.gem.20230627-76-qe4u9x install
make: /usr/bin/mkdir: No such file or directory
@tom-m tom-m requested a review from celuchmarek June 27, 2023 16:24
Copy link
Member

@celuchmarek celuchmarek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Tiež sa mi to podrailo zreplikovať, keď som si naklonoval nanovo repozitár. Toto funguje.

@celuchmarek celuchmarek merged commit 35a090b into master Jul 12, 2023
2 checks passed
@celuchmarek celuchmarek deleted the gem_install_bullseye branch July 12, 2023 07:17
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.

2 participants