Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
[TASK][INFRA-358] Switch back to php:7.4 image
Browse files Browse the repository at this point in the history
Due to missing go subdependencies for splitsh-lite-linux, this commit
switched back from alpine linux to the standard php:7.4 image.

This ensures that the repository splitter go-binary also runs.
  • Loading branch information
tomasnorre committed Apr 25, 2022
1 parent b7c4437 commit edd1a70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PATCHLEVEL_PHP73=1
NAME_PHP74 = typo3gmbh/php74
MAJOR_PHP74=5
MINOR_PHP74=0
PATCHLEVEL_PHP74=3
PATCHLEVEL_PHP74=4

NAME_PHP80 = typo3gmbh/php80
MAJOR_PHP80=5
Expand Down
8 changes: 4 additions & 4 deletions php74/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM php:7.4-alpine
FROM php:7.4
MAINTAINER TYPO3 GmbH <[email protected]>

# Bumped version to 5.0.3 in Makefile /tnm
# Bumped version to 5.0.4 in Makefile /tnm

ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

RUN apk add --no-cache \
RUN apt update && apt install -y \
bash \
file \
git \
graphicsmagick \
grep \
openssh \
openssh-client \
&& chmod +x /usr/local/bin/install-php-extensions \
&& sync \
&& install-php-extensions \
Expand Down

0 comments on commit edd1a70

Please sign in to comment.