You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/11/05 00:13:42 UTC

(commons-crypto) branch master updated: Need to install curl ... [skip ci]

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new ae512354 Need to install curl ... [skip ci]
ae512354 is described below

commit ae512354b8eae784ca0a7393741ff0194c3b4b8c
Author: Sebb <se...@apache.org>
AuthorDate: Sun Nov 5 00:13:37 2023 +0000

    Need to install curl ... [skip ci]
---
 src/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile
index e56fa7c4..c622998f 100644
--- a/src/docker/Dockerfile
+++ b/src/docker/Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get --assume-yes install software-properties-common \
       && apt-get --assume-yes install gcc-riscv64-linux-gnu \
       && apt-get --assume-yes install g++-riscv64-linux-gnu \
       && apt-get --assume-yes install mingw-w64 \
-      && apt-get --assume-yes install wget \
+      && apt-get --assume-yes install curl \
       && apt-get --assume-yes install dos2unix \
 # Bug workaround see https://github.com/docker-library/openjdk/issues/19.
       && /var/lib/dpkg/info/ca-certificates-java.postinst configure