We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b3f5d commit eee33f6Copy full SHA for eee33f6
Dockerfile
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y libpq-dev openssl pkg-config postgresql
8
RUN rustup target add --toolchain stable x86_64-unknown-linux-gnu
9
RUN cargo +stable install --target x86_64-unknown-linux-gnu \
10
diesel_cli --no-default-features --features postgres
11
+ENV PATH="${PATH}:${HOME}/.cargo/bin"
12
13
WORKDIR /rfcbot
14
RUN USER=root cargo init --vcs none
0 commit comments