From 0e28cb1de00d398e489719e97ffd15b136f7a8bc Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 16 Jan 2025 01:00:47 +0000 Subject: [PATCH] build: Specify image repo --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d968ba..a565330 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx +FROM --platform=$BUILDPLATFORM docker.io/tonistiigi/xx AS xx FROM --platform=$BUILDPLATFORM rust:1-slim-bookworm AS builder # Install repo tools @@ -27,7 +27,8 @@ ARG TARGETPLATFORM # xx-* are xx-specific meta-packages # c is needed for ring # cxx is needed for openssl -RUN xx-apt-get install -y xx-c-essentials xx-cxx-essentials \ +RUN xx-apt-get install -y \ + xx-c-essentials xx-cxx-essentials \ libssl-dev # Set up Rust toolchain