1
0
mirror of synced 2024-11-24 05:40:10 +01:00

Use Debian Docker image

Signed-off-by: Julian Orchard <hello@julianorchard.co.uk>
This commit is contained in:
Julian Orchard 2024-02-04 19:38:17 +00:00
parent a2a151c7b8
commit 4a3ff8bce2
No known key found for this signature in database
GPG Key ID: 0B16D5D514086EFC

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS lindbergh-build
FROM debian:bullseye AS lindbergh-build
RUN dpkg --add-architecture i386 \
&& apt-get update \