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:
parent
9d3ca160ff
commit
4a2565270c
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue