From 9a2d10ceeaf72895dc3aa8f350d789ceee820290 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Fri, 21 Feb 2020 16:29:49 +0300 Subject: [PATCH] Fix build error The following packages have unmet dependencies: curl : Depends: libcurl4 (= 7.58.0-2ubuntu3.8) but it is not going to be installed --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c737318..d996e71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \ adduser \ apt-utils \ bomstrip \ - curl \ htop \ libasound2 \ libboost-regex-dev \