This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.62.1-slim-bullseye
|
||||
FROM rust:1.62.1-slim-bullseye as base
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
|
||||
@@ -7,4 +7,8 @@ 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 cargo install --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
|
||||
|
||||
FROM docker:stable-dind
|
||||
|
||||
COPY --from=base /usr/bin/cuddle_cli /usr/bin/cuddle_cli
|
||||
|
Reference in New Issue
Block a user