Qualify docker image name. (#104)

This commit is contained in:
Jelmer Vernooij
2022-10-05 11:45:08 +02:00
committed by GitHub
parent 4d3049d3ed
commit 2596f25eea

View File

@@ -1,4 +1,4 @@
FROM rust:alpine AS builder FROM docker.io/rust:alpine AS builder
RUN apk add python3 musl-dev pkgconfig openssl-dev make RUN apk add python3 musl-dev pkgconfig openssl-dev make
@@ -14,7 +14,7 @@ WORKDIR /opt/synapse-compressor/synapse_auto_compressor/
RUN cargo build RUN cargo build
FROM alpine FROM docker.io/alpine
RUN apk add --no-cache libgcc RUN apk add --no-cache libgcc