Raspberry Pi build fixes, package upgrades, debian upgrade

This commit is contained in:
Shalva 2024-08-10 12:56:52 -04:00
parent a2fe6a019e
commit 83542b6b24
No known key found for this signature in database
3 changed files with 18 additions and 16 deletions

View File

@ -1,5 +1,5 @@
# Base for builder # Base for builder
FROM debian:bookworm-slim AS builder FROM debian:stable-slim AS builder
# Deps for builder # Deps for builder
RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates ldc git clang dub libz-dev libssl-dev \ RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates ldc git clang dub libz-dev libssl-dev \
&& apt-get clean \ && apt-get clean \
@ -11,7 +11,7 @@ COPY . .
RUN DC=ldc2 dub build -c "static" --build-mode allAtOnce -b release --compiler=ldc2 RUN DC=ldc2 dub build -c "static" --build-mode allAtOnce -b release --compiler=ldc2
# Base for run # Base for run
FROM debian:bookworm-slim FROM debian:stable-slim
RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates curl \ RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates curl \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

View File

@ -8,11 +8,11 @@
"dependencies": { "dependencies": {
"provision": { "provision": {
"repository": "git+https://github.com/Dadoum/Provision.git", "repository": "git+https://github.com/Dadoum/Provision.git",
"version": "fa028b6f4e6e2704bf43f92031fe5c3223045f64" "version": "fe879b1148767767481b9c2753d4fd741cb2d7fa"
}, },
"slf4d": "~>2.1.1", "slf4d": "~>2.1.1",
"vibe-d:web": "~>0.9.7-alpha.2", "vibe-d:web": "~>0.9.8",
"vibe-d:http": "~>0.9.7-alpha.2" "vibe-d:http": "~>0.9.8"
}, },
"configurations": [ "configurations": [

View File

@ -1,26 +1,28 @@
{ {
"fileVersion": 1, "fileVersion": 1,
"versions": { "versions": {
"automem": "0.6.9", "automem": "0.6.10",
"cachetools": "0.4.1", "cachetools": "0.4.1",
"diet-ng": "1.8.1", "diet-ng": "1.8.1",
"dxml": "0.4.3", "dxml": "0.4.4",
"eventcore": "0.9.25", "dynamic-loader": {"version":"1d9eaa74e7d54c395ce4abfc15a9654ebfd9c7d2","repository":"git+https://github.com/Dadoum/dynamicloader.git"},
"eventcore": "0.9.31",
"libasync": "0.8.6", "libasync": "0.8.6",
"memutils": "1.0.9", "memutils": "1.0.10",
"mir-linux-kernel": "1.0.1", "mir-linux-kernel": "1.0.1",
"openssl": "3.3.3", "openssl": "3.3.3",
"openssl-static": "1.0.2+3.0.8", "openssl-static": "1.0.5+3.0.8",
"plist": "~master", "plist": "~master",
"plist-d": {"version":"d494cf3fe79a2bb20583173c0c8cf85ef33b719e","repository":"git+https://github.com/Dadoum/libplist-d.git"}, "plist-d": {"version":"5020d8e45ca2c77183a44ce04053ccbf8bc83262","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"provision": {"version":"fa028b6f4e6e2704bf43f92031fe5c3223045f64","repository":"git+https://github.com/Dadoum/Provision.git"}, "provision": {"version":"fe879b1148767767481b9c2753d4fd741cb2d7fa","repository":"git+https://github.com/Dadoum/Provision.git"},
"requests": "2.1.1", "requests": "2.1.3",
"slf4d": "2.1.1", "slf4d": "2.1.1",
"stdx-allocator": "2.77.5", "stdx-allocator": "2.77.5",
"taggedalgebraic": "0.11.22", "taggedalgebraic": "0.11.23",
"test_allocator": "0.3.4", "test_allocator": "0.3.4",
"unit-threaded": "0.10.8", "unit-threaded": "0.10.8",
"vibe-core": "2.2.0", "vibe-container": "1.3.1",
"vibe-d": "0.9.7-alpha.2" "vibe-core": "2.9.0",
"vibe-d": "0.9.8"
} }
} }