We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have just setup a devcontainer.json file using the command "Add Dev Container configuration...."
I selected the options for alpine and to use PHP however the container fails to build
Command failed: /usr/share/code/code --ms-enable-electron-run-as-node /home/<REDACTED>/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /home/<REDACTED>/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --container-session-data-folder /tmp/devcontainers-569571c6-7fb5-4cb2-9fdf-6985555bc89a1684146291461 --workspace-folder /home/<REDACTED>/Projects/<REDACTED> --workspace-mount-consistency cached --id-label devcontainer.local_folder=/home/<REDACTED>/Projects/<REDACTED> --id-label devcontainer.config_file=/home/<REDACTED>/Projects/<REDACTED>/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/<REDACTED>/Projects/<REDACTED>/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --mount type=bind,source=/run/user/1000/wayland-0,target=/tmp/vscode-wayland-988ce2e2-223e-46a3-8e68-5d30ba0c8eaf.sock --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root true
The text was updated successfully, but these errors were encountered:
Hi 👋
Unfortunately, the PHP Feature is not supported for Alpine. More details - https://github.com/devcontainers/features/blob/main/src/php/README.md#os-support
We have devcontainers/spec#58 open to help avoid such confusions. Let us know if you have any other questions.
Sorry, something went wrong.
No branches or pull requests
Hi I have just setup a devcontainer.json file using the command "Add Dev Container configuration...."
I selected the options for alpine and to use PHP
however the container fails to build
The text was updated successfully, but these errors were encountered: