Skip to content
Snippets Groups Projects
Verified Commit 6c57d97e authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Hotfix: base Docker images on debian:buster (not "latest")

parent 63566550
Branches
Tags
No related merge requests found
Pipeline #41596 failed
FROM debian:latest
FROM debian:bullseye
# Use local package repository
COPY sources.list.local /etc/apt/
RUN mv /etc/apt/sources.list /etc/apt/sources.list.orig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment