Skip to content

Commit

Permalink
Debian bookworm (zoneminder-containers#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyao2015 authored Sep 19, 2023
1 parent 0a7cbac commit 4b5f589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN set -x \
# Prepare base-image with core programs + repository #
# #
#####################################################################
FROM debian:bullseye as base-image-core
FROM debian:bookworm as base-image-core

# Skip interactive post-install scripts
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -201,7 +201,7 @@ ARG ZM_VERSION
# Add Nginx Repo
RUN set -x \
&& wget -qO - https://nginx.org/keys/nginx_signing.key | gpg --dearmor | tee /usr/share/keyrings/nginx.gpg > /dev/null \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/nginx.gpg] https://nginx.org/packages/mainline/debian/ bullseye nginx" > /etc/apt/sources.list.d/nginx.list
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/nginx.gpg] https://nginx.org/packages/mainline/debian/ bookworm nginx" > /etc/apt/sources.list.d/nginx.list

# Install additional services required by ZM ("Recommends")
# PHP-fpm not required for apache
Expand Down

0 comments on commit 4b5f589

Please sign in to comment.