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 654e436 commit bb8cdb1Copy full SHA for bb8cdb1
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM alpine:edge as builder
+FROM alpine:3.11 as builder
2
3
-RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing rustup && rustup-init -y --default-host x86_64-unknown-linux-musl
4
-RUN apk add --no-cache gcc file unixodbc-dev unixodbc-static libltdl-static
+RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing rustup gcc file unixodbc-dev unixodbc-static libltdl-static
+RUN rustup-init -y --default-host x86_64-unknown-linux-musl
5
ENV PATH=$PATH:/root/.cargo/bin
6
7
WORKDIR /app
0 commit comments