Skip to content

Commit

Permalink
Add libssl-dev dependency for Debian Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
bilde2910 committed Aug 13, 2023
1 parent 52d48fa commit 5376f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY frontend/ /var/www/html/
COPY docker/start.sh .

RUN apt-get update && \
apt-get install -y memcached libmemcached-dev zlib1g-dev libldap2-dev && \
apt-get install -y memcached libmemcached-dev zlib1g-dev libldap2-dev libssl-dev && \
pecl install memcached && \
docker-php-ext-enable memcached && \
docker-php-ext-configure ldap --with-libdir=lib/*-linux-gnu*/ && \
Expand Down

0 comments on commit 5376f93

Please sign in to comment.