skip to Main Content

Sbt-native-packager cannot connect to Docker daemon – Debian

Here is my configuration which worked for more than one year but suddenly stopped working. variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" stage: deploy image: "hseeberger/scala-sbt:11.0.9.1_1.4.4_2.13.4" before_script: - apt-get update - apt-get install sudo - apt-get install apt-transport-https ca-certificates curl software-properties-common -y…

VIEW QUESTION
Back To Top
Search