Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer committed Dec 11, 2023
1 parent 0520503 commit b04eca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "directories=$directories" >> $GITHUB_OUTPUT
test:
name: Test
name: Test build
runs-on: ubuntu-latest
needs: [collect]

Expand Down
10 changes: 1 addition & 9 deletions source/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
FROM php:%%PHP_VERSION_TAG%%

# add debian backports repository
# see https://wiki.debian.org/Backports
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list

# install persistent PHP extensions (they won’t get purged afterwards)
RUN set -eux; \
apt-get update; \
Expand Down Expand Up @@ -42,12 +38,8 @@ RUN set -ex; \
libmcrypt-dev \
libpng-dev \
libwebp-dev \
libzip-dev \
; \
# install newer packages from backports
apt-get install -t bullseye-backports -y --quiet --no-install-recommends \
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976349
libavif-dev \
libzip-dev \
; \
# install developer extensions
apt-get install -y --quiet --no-install-recommends \
Expand Down

0 comments on commit b04eca6

Please sign in to comment.