| commit | c1dc4d643a6995d58ccbbacf9ed24abfae80da3e | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Jun 28 00:19:09 2023 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Jun 28 13:58:29 2023 +0200 |
| tree | ccbc48fc5418a12d1344b8ab62e3ef3f01c4a807 | |
| parent | 83fb19882fd74b8a8d7037d965177a994ed0a58f [diff] |
Update Dockerfile to remove libcurl and libssl dependencies Change-Id: I446b452c06b76b33e8ed5520402c90618322c86e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Dockerfile b/Dockerfile index 9206d0c..1ce50d5 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -43,8 +43,6 @@ tox RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \ - libcurl4-openssl-dev \ - libssl-dev \ dh-make ENV LC_ALL C.UTF-8