We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8700948 commit ab4904bCopy full SHA for ab4904b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bullseye
+FROM debian:bookworm
2
3
ENV DEBIAN_FRONTEND noninteractive
4
ENV LC_ALL en_US.UTF-8
helper.mk
@@ -10,14 +10,13 @@ default: help zpc/default
10
SELF?=${CURDIR}/helper.mk
11
12
project?=unifysdk
13
-
14
CMAKE_GENERATOR?=Ninja
15
export CMAKE_GENERATOR
16
17
build_dir?=build
18
sudo?=sudo
19
20
-debian_codename?=bullseye
+debian_codename?=bookworm
21
22
packages?=cmake ninja-build build-essential python3-full ruby clang
23
packages+=git-lfs unp time file
0 commit comments