This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM rust:1.62.1-slim-bullseye as base
|
||||
#as base
|
||||
|
||||
RUN rustup target add x86_64-unknown-linux-musl
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
|
||||
RUN apt-get install libssl-dev
|
||||
@@ -8,8 +8,7 @@ RUN apt-get install -y -q build-essential curl git pkg-config
|
||||
|
||||
WORKDIR /app/cuddle/
|
||||
|
||||
RUN cargo install --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
|
||||
RUN export PATH="$PATH:/usr/local/cargo/bin/"
|
||||
RUN cargo install --target x86_64-unknown-linux-musl --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
|
||||
|
||||
FROM docker:stable-dind
|
||||
|
||||
|
Reference in New Issue
Block a user