Make WordPress Core


Ignore:
Timestamp:
02/16/2023 03:48:26 AM (3 years ago)
Author:
helen
Message:

Build/Test Tools: Improve devcontainer setup for non-Codespaces usage

This now runs in local Docker as well. Sets the executable propset to explicitly identify install-tool.sh and setup.sh as executable. Unclear if this will sync via the Git mirror; ideally it would as otherwise the two files show as modified in a Git clone even in a fresh container.

Props samruddhikhandale.
See #57187.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.devcontainer/install-tools.sh

    • Property svn:executable set to *
    r55303 r55353  
    88sudo mv wp-cli.phar /usr/local/bin/wp
    99
     10echo "Installing chromium..."
     11sudo apt-get update
     12sudo apt-get -y install --no-install-recommends chromium
     13
    1014# Copy the welcome message
    1115sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
Note: See TracChangeset for help on using the changeset viewer.