Update Debian Docker file

* Update Debian Docker file to not specify compiler
This commit is contained in:
abraunegg 2024-04-29 06:18:52 +10:00
parent 8fd4ef990f
commit 1ab1056c8c
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

@ -12,7 +12,7 @@ RUN apt-get clean \
COPY . /usr/src/onedrive
WORKDIR /usr/src/onedrive
RUN ./configure DC=/usr/bin/ldc2 \
RUN ./configure \
&& make clean \
&& make \
&& make install