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

Build with bullseye by default

parent e926cef8
No related tags found
No related merge requests found
Pipeline #38583 passed
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