Update Dockerfile-debian

* Update which compiler the Debian Docker file uses
This commit is contained in:
abraunegg 2024-03-10 12:03:48 +11:00
parent eb17c779e8
commit 88edb580a7

View file

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