From e4dfd4bad1ad5d09a5b03bfd4a98c210c5e48a35 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Thu, 22 Feb 2018 10:09:53 +0100 Subject: [PATCH] ci: dockerfile - add osc (CLI for OBS) --- scripts/docker/debian:latest/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker/debian:latest/Dockerfile b/scripts/docker/debian:latest/Dockerfile index 53d7fe150..9d7f166f3 100644 --- a/scripts/docker/debian:latest/Dockerfile +++ b/scripts/docker/debian:latest/Dockerfile @@ -24,6 +24,7 @@ RUN apt-get -y install \ libtool \ liburcu-dev \ locales-all \ + osc \ pkg-config \ protobuf-c-compiler \ python-sphinx \