Some random stuff tbh

This commit is contained in:
Jef Roosens 2021-09-05 09:59:16 +02:00
parent a6b1b0ff76
commit a295237863
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
5 changed files with 64 additions and 6 deletions

11
Dockerfile Normal file
View file

@ -0,0 +1,11 @@
FROM rust:1.54
RUN apt update && \
apt install -y --no-install-recommends \
musl-dev \
musl-tools \
libpq-dev \
libssl-dev && \
rustup target add x86_64-unknown-linux-musl
WORKDIR /usr/src/app