We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a5a51 + e2d2748 commit a5bdf41Copy full SHA for a5bdf41
Dockerfile
@@ -228,14 +228,6 @@ RUN export OS_VERSION=$(cat /etc/os-release | grep VERSION_ID | cut -d '"' -f2)
228
&& apt autoremove -y \
229
&& apt clean
230
231
-# Temporary fix for https://github.com/laminas/laminas-continuous-integration-action/issues/188
232
-RUN cp \
233
- /usr/share/libtool/build-aux/config.sub \
234
- /usr/share/libtool/build-aux/config.guess \
235
- /usr/share/libtool/build-aux/ltmain.sh \
236
- /usr/bin/shtool \
237
- /usr/lib/php/20230831/build
238
-
239
# Build/install static modules that do not have packages
240
COPY mods-available /mods-available
241
COPY mods-install /mods-install
0 commit comments