MarkEdmondson1234 / googleCloudRunner

Easy R scripts on Google Cloud Platform via Cloud Run, Cloud Build and Cloud Scheduler
https://code.markedmondson.me/googleCloudRunner/
Other
81 stars 26 forks source link

Can't build googleCloudRunner docker #131

Closed MarkEdmondson1234 closed 2 years ago

MarkEdmondson1234 commented 2 years ago

Some kind of update in dependencies

libgcc-9-dev : Depends: libasan5 (>= 9.4.0-3) but it is not going to be installed

try to install libasan5 then get: https://github.com/MarkEdmondson1234/googleCloudRunner/commit/fa709eabe49a0c950b54a92b3e9b6bd751d5f6fe

libasan5 : Depends: libc6 (>= 2.32) but 2.31-17 is to be installed

https://github.com/MarkEdmondson1234/googleCloudRunner/commit/2f6d2490b33f0cdb152f3e35f55e18461269270b

MarkEdmondson1234 commented 2 years ago

fixed itself