Add base image

This commit is contained in:
2022-08-11 23:10:39 +02:00
commit 4954f4d2f7
5 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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
WORKDIR /app/cuddle/
RUN cargo build -p cuddle_cli --release

View File

@@ -0,0 +1 @@
.cuddle/