From c7eb760c42e137419b52a4df44d8849f015970e5 Mon Sep 17 00:00:00 2001 From: lagertonne Date: Fri, 1 Jan 2021 22:13:12 +0100 Subject: [PATCH] Update container on start --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index c22cd7a..191e212 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,7 @@ steps: - name: Build obs image: debian:buster comands: + - apt update + - apt upgrade - apt install build-essential - debuild