Skip to content

Commit

Permalink
Bookworm (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes authored Mar 23, 2024
1 parent 8374a9c commit 8370d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM php:8.3-apache-bullseye
FROM php:8.3-apache-bookworm

ENV ACCEPT_EULA="Y"

RUN apt-get update && \
apt-get install -y gnupg && \
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
curl https://packages.microsoft.com/keys/microsoft.asc > /etc/apt/trusted.gpg.d/microsoft.asc && \
curl https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list && \
apt-get update -y && \
apt-get install -y msodbcsql18 unixodbc-dev && \
pecl install sqlsrv-5.10.0 && \
pecl install sqlsrv-5.12.0 && \
docker-php-ext-enable sqlsrv

RUN php -m

0 comments on commit 8370d73

Please sign in to comment.