Browse Source

fix: correct path to use debian buster instead of debian bullseye

master php-8.1.1
Dennis Buchhorn 2 years ago
parent
commit
a87c0309bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build_script

+ 1
- 1
build_script View File

@ -24,7 +24,7 @@ git submodule update --init --recursive
git clean -dfx
cp docker_library_php/8.1/bullseye/apache/* .
cp docker_library_php/8.1/buster/apache/* .
rm -f tmp
touch tmp


Loading…
Cancel
Save