Skip to content

Commit

Permalink
development docker upgraded to php8.3 (bullseye)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Apr 18, 2024
1 parent 71bca64 commit 4bc8780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
@@ -1,4 +1,4 @@
FROM php:7-buster
FROM php:8.3-bullseye

RUN apt-get update > /dev/null
RUN apt-get install -y nodejs npm libzip-dev libgtk2.0-0 libgtk-3-0 libgbm-dev libldap2-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
Expand Down

0 comments on commit 4bc8780

Please sign in to comment.