1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00

Updated Dockerfile to use Debian Bookworm

This commit is contained in:
niansa 2023-05-07 12:59:08 +02:00
parent 9d3ca160ff
commit 4a2565270c

View file

@ -1,5 +1,5 @@
FROM debian:bullseye
COPY . /app
FROM debian:bookworm
COPY . /app/
RUN cd /app \
&& apt update \
&& apt -y install git g++ make cmake zlib1g-dev libssl-dev libsqlite3-dev \