Skip to content
Snippets Groups Projects
Unverified Commit 508c3530 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Build with bullseye by default

parent 1db7584b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
ARG INSTALLDIR=/obs ARG INSTALLDIR=/obs
ARG DEBIAN_RELEASE=bookworm ARG DEBIAN_RELEASE=bullseye
FROM debian:$DEBIAN_RELEASE-slim as base FROM debian:$DEBIAN_RELEASE-slim as base
ENV LC_ALL=C.UTF-8 ENV LC_ALL=C.UTF-8
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ARG INSTALLDIR ARG INSTALLDIR
ARG DEBIAN_RELEASE
# Enable backports for sphinxsearch
RUN [ "$DEBIAN_RELEASE" != bullseye ] || \
echo "deb http://deb.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment