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 5b3010e commit 005b5b1Copy full SHA for 005b5b1
Dockerfile
@@ -1,7 +1,8 @@
1
FROM alpine:3.11 as builder
2
3
-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
+RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community rustup gcc file unixodbc-dev unixodbc-static libltdl-static musl-dev
+# FIXME: Need beta for https://github.com/rust-lang/rust/pull/69519 but can revert back once 1.44 is released
5
+RUN rustup-init -y --default-host x86_64-unknown-linux-musl --default-toolchain beta --profile minimal
6
ENV PATH=$PATH:/root/.cargo/bin
7
8
WORKDIR /app
0 commit comments