Browse Source

support/docker: add curl

Commit afece24a7272 ("support/download: introduce curl backend for FTP
transfers") added curl download support, so add it to the container as well.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 5 months ago
parent
commit
f3e7e28979
1 changed files with 1 additions and 0 deletions
  1. 1 0
      support/docker/Dockerfile

+ 1 - 0
support/docker/Dockerfile

@@ -28,6 +28,7 @@ RUN apt-get -o APT::Retries=3 install -y --no-install-recommends \
         ca-certificates \
         ca-certificates \
         cmake \
         cmake \
         cpio \
         cpio \
+        curl \
         cvs \
         cvs \
         file \
         file \
         flake8 \
         flake8 \