Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian/Dockerfile: update from buster to bullseye #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bullseye
MAINTAINER Cyrus IMAP <[email protected]>

# RUN echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until
Expand Down Expand Up @@ -85,12 +85,11 @@ RUN apt-get update && apt-get -y install \
php-curl \
pkg-config \
po-debconf \
python-docutils \
python-sphinx \
rsync \
rsyslog \
sudo \
sphinx-common \
sphinx-doc \
tcl-dev \
transfig \
uuid-dev \
Expand Down Expand Up @@ -221,7 +220,7 @@ RUN mkdir /tmp/cass
RUN chown cyrus /tmp/cass

WORKDIR /root
ENV IMAGE buster
ENV IMAGE bullseye
ADD https://raw.githubusercontent.com/cyrusimap/cyrus-docker/master/Debian/dot.bashrc /root/.bashrc

WORKDIR /
Expand Down