mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
contrib: update dockerfiles to debian 13 "trixie"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
FROM debian:bookworm-slim
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
|
ARG BASE_DEBIAN_DISTRO=trixie
|
||||||
|
|
||||||
|
FROM debian:${BASE_DEBIAN_DISTRO}-slim
|
||||||
RUN apt-get update && apt-get install -y gcc libc6-dev --no-install-recommends
|
RUN apt-get update && apt-get install -y gcc libc6-dev --no-install-recommends
|
||||||
|
|
||||||
COPY . /usr/src/
|
COPY . /usr/src/
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
FROM debian:bookworm-slim
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
|
ARG BASE_DEBIAN_DISTRO=trixie
|
||||||
|
|
||||||
|
FROM debian:${BASE_DEBIAN_DISTRO}-slim
|
||||||
RUN apt-get update && apt-get install -y gcc libc6-dev --no-install-recommends
|
RUN apt-get update && apt-get install -y gcc libc6-dev --no-install-recommends
|
||||||
|
|
||||||
COPY . /usr/src/
|
COPY . /usr/src/
|
||||||
|
|||||||
Reference in New Issue
Block a user