This commit is contained in:
Menno van Leeuwen 2023-04-21 13:04:51 +02:00
parent 4231ae903e
commit 1755926967
No known key found for this signature in database
GPG Key ID: 1E42C7BFE8FAA26B

View File

@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ubuntu:22.04
FROM --platform=linux/amd64 debian:latest
# Install dependencies
RUN apt-get update && apt-get install -y \