This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM php:7.4-fpm-alpine | |
| WORKDIR /var/www/html | |
| # Setup GD extension | |
| RUN apk add --no-cache \ | |
| freetype \ | |
| libjpeg-turbo \ | |
| libpng \ | |
| freetype-dev \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git tag -l | xargs git tag -d | |
| git fetch |