We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3e518 commit baa0035Copy full SHA for baa0035
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.11 as builder
2
3
-RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing rustup gcc file unixodbc-dev unixodbc-static libltdl-static
+RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community rustup gcc file unixodbc-dev unixodbc-static libltdl-static
4
RUN rustup-init -y --default-host x86_64-unknown-linux-musl
5
ENV PATH=$PATH:/root/.cargo/bin
6
0 commit comments