Skip to content

Commit

Permalink
Try bookworm
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
  • Loading branch information
SystemKeeper committed Sep 28, 2023
1 parent 279d821 commit 78d5aa1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions shallow-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bookworm

# Update repos install packages and cleanup
# all in one step so we avoid large intermediate layers.
Expand All @@ -17,10 +17,6 @@ RUN apt-get update && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*

# Use git version from bullseye-backports to work around an issue on self-hosted runner
RUN echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" >> /etc/apt/sources.list && \
apt-get update && apt-get -t bullseye-backports install git -y

COPY opcache-recommended.ini /usr/local/etc/php/conf.d/

WORKDIR /var/www/html
Expand Down

0 comments on commit 78d5aa1

Please sign in to comment.