-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
There are (at least) a couple of our projects that install extensions in .tugboat/config.yml that could be pre-installed in the Docker image being used (chromatichq/php-apache-node:8.3).
Namely, I have found these lines in both Cuningham's and Imprivata's .tugboat/config.yml files.
image: 'chromatichq/php-apache-node:8.3'
.
.
.
commands:
init:
- apt-get update
- apt-get install --yes jpegoptim pngquant libwebp-dev
# Configure GD with WebP Support.
- docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg
- docker-php-ext-install gdIf jpegoptim, pngquant etc. were pre-installed in the image, we could get rid of them from the projects' .tugboat/config.yml files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels