Update Debian Docker Build

* Update Debian Docker Build
This commit is contained in:
abraunegg 2025-09-23 06:11:05 +10:00
commit b77f617fe3
2 changed files with 4 additions and 4 deletions

View file

@ -6,9 +6,9 @@ on:
tags: [ 'v*' ]
pull_request:
# Comment these out to force a test build on a PR
branches:
- master
types: [closed]
#branches:
# - master
#types: [closed]
env:
DOCKER_HUB_SLUG: driveone/onedrive

View file

@ -30,7 +30,7 @@ RUN apt-get clean \
&& echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/debian-12-backports.list \
&& apt-get update \
&& apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libsqlite3-0 ca-certificates libphobos2-ldc-shared100 libdbus-1-3 \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libsqlite3-0 ca-certificates libphobos2-ldc-shared libdbus-1-3 \
# Install|update curl and libcurl4 from backports
&& apt-get install -t bookworm-backports -y curl libcurl4 \
&& rm -rf /var/lib/apt/lists/* \