Revert "Why can't you just be normal?"

This reverts commit af28d23e6a.
This commit is contained in:
Martin Pugh
2021-03-26 17:20:43 +01:00
parent 346c1c36b6
commit 600ed304e3
+2 -2
View File
@@ -1,5 +1,5 @@
#### BUILDER IMAGE -- quite big one ####
FROM paritytech/ci-linux:production as builder
FROM paritytech/musl-ci-linux as builder
LABEL maintainer="Parity Technologies"
LABEL description="Polkadot Telemetry backend builder image"
@@ -20,7 +20,7 @@ ARG PROFILE=release
WORKDIR /usr/local/bin
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /app/target/$PROFILE/telemetry /usr/local/bin
COPY --from=builder /app/target/x86_64-unknown-linux-musl/$PROFILE/telemetry /usr/local/bin
EXPOSE 8000