add first build
This commit is contained in:
@@ -2,12 +2,9 @@ FROM rust:1.62.1-slim-bullseye
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
|
||||
RUN apt-get install -y build-essential curl git
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
RUN git clone https://git.front.kjuulh.io/kjuulh/cuddle.git
|
||||
RUN apt-get install libssl-dev
|
||||
RUN apt-get install -y -q build-essential curl git pkg-config
|
||||
|
||||
WORKDIR /app/cuddle/
|
||||
|
||||
RUN cargo build -p cuddle_cli --release
|
||||
RUN cargo install --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
|
||||
|
Reference in New Issue
Block a user