Skip to content

Commit 005b5b1

Browse files
committed
Move to 1.44-beta so postgres compiles with macros
1 parent 5b3010e commit 005b5b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM alpine:3.11 as builder
22

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
3+
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
4+
# 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
56
ENV PATH=$PATH:/root/.cargo/bin
67

78
WORKDIR /app

0 commit comments

Comments
 (0)