forked from Chewing_Bever/rusty-bever
Some random stuff tbh
This commit is contained in:
parent
a6b1b0ff76
commit
a295237863
5 changed files with 64 additions and 6 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue