This commit is contained in:
parent
8e8bf2cdc3
commit
4ca7dfbbd7
@ -74,7 +74,7 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
depends_on:
|
depends_on:
|
||||||
- "load_secret"
|
- "load_secret"
|
||||||
#- "server"
|
- "server"
|
||||||
|
|
||||||
- name: send telegram notification
|
- name: send telegram notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM rust:1.62.1-slim-bullseye as base
|
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 update && apt-get upgrade -y
|
||||||
|
|
||||||
RUN apt-get install libssl-dev
|
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/
|
WORKDIR /app/cuddle/
|
||||||
|
|
||||||
RUN cargo install --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
|
RUN cargo install --target x86_64-unknown-linux-musl --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli
|
||||||
RUN export PATH="$PATH:/usr/local/cargo/bin/"
|
|
||||||
|
|
||||||
FROM docker:stable-dind
|
FROM docker:stable-dind
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user