Skip to content

Commit

Permalink
build: Specify image repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jan 16, 2025
1 parent 2bd0055 commit 0e28cb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e28cb1

Please sign in to comment.