Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 18, 2024
1 parent 573ba5a commit eeca6eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ RUN sed -i -e 's/_phpver3=83/_phpver3=zts83/' APKBUILD
# hadolint ignore=SC2016
RUN sed -i -e 's/.\/configure php --module=php\$_phpver3/sed -i -e "s\/lphp\/lphpzts\/g" auto\/modules\/php \&\& .\/configure php --module=php\$_phpver3/g' APKBUILD
RUN sed -i -e 's/_allow_fail=no/_allow_fail=yes/g' APKBUILD
RUN sed -i -e 's/unit.nginx.org\/download\/unit-/github.com\/nginx\/unit\/archive\/refs\/tags\//g' APKBUILD
RUN sed -i -e 's/unit-//g' APKBUILD
RUN sed -i -e 's/unit.nginx.org\/download/github.com\/nginx\/unit\/archive\/refs\/tags/g' APKBUILD

RUN abuild checksum && abuild -r

Expand Down

0 comments on commit eeca6eb

Please sign in to comment.