We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf82a50 commit 2682c23Copy full SHA for 2682c23
.github/workflows/create-images.yml
@@ -93,6 +93,9 @@ jobs:
93
-
94
name: Update apt packages
95
run: docker exec -t imagine-${{ matrix.php-version }} apt-get upgrade -qy
96
+ -
97
+ name: Fix Let's Encrypt CA certificate
98
+ run: docker exec -t -e IPE_KEEP_SYSPKG_CACHE=1 imagine-${{ matrix.php-version }} install-php-extensions @fix_letsencrypt
99
100
name: Inspect container environment
101
id: inspect
0 commit comments