fix(dev): bump curl (to buster-backports)

Workaround for a dependency conflict ...
#7 3.632 The following packages have unmet dependencies:
#7 3.692  curl : Depends: libcurl4 (= 7.64.0-4+deb10u2) but 7.74.0-1.2~bpo10+1 is to be installed
#7 3.703 E: Unable to correct problems, you have held broken packages.

This should be reverted once `cmake` no longer comes from buster-backports.

PR: #13
See: 5de32f5d18
This commit is contained in:
innovaker 2021-05-06 11:42:58 +01:00
parent 709778513f
commit 4f80f973e6

View File

@ -46,7 +46,7 @@ ENV LC_ALL=C
RUN \ RUN \
apt-get -y update \ apt-get -y update \
&& apt-get -y install --no-install-recommends \ && apt-get -y -t buster-backports install --no-install-recommends \
curl \ curl \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \ && curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get -y update \ && apt-get -y update \