Skip to content

Commit

Permalink
Fix #5987 (#5988)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored and weitzman committed May 6, 2024
1 parent 4aebed8 commit 1ff63b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .ddev/config.yaml
Expand Up @@ -15,6 +15,7 @@ composer_version: ""
disable_settings_management: true
webimage_extra_packages:
- bash-completion
- asciinema
# https://ddev.readthedocs.io/en/latest/users/extend/database-types/
# When switching DBs, use ddev delete --omit-snapshot
#database:
Expand Down
3 changes: 0 additions & 3 deletions .ddev/web-build/Dockerfile
@@ -1,9 +1,6 @@
ARG BASE_IMAGE
FROM $BASE_IMAGE

# https://asciinema.org/docs/installation
RUN pip3 install asciinema

# Install Autocast https://github.com/k9withabone/autocast/tree/main#installation
# https://stackoverflow.com/questions/67092242/how-can-i-add-to-the-path-in-the-ddev-web-container-for-drush-for-example
RUN echo 'export PATH="$PATH:$HOME/.cargo/bin"' >/etc/bashrc/commandline-addons.bashrc
Expand Down

0 comments on commit 1ff63b3

Please sign in to comment.