mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update Debian Docker Build
* Update Debian Docker Build
This commit is contained in:
parent
0e1ac90840
commit
b77f617fe3
2 changed files with 4 additions and 4 deletions
6
.github/workflows/docker.yaml
vendored
6
.github/workflows/docker.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue