Skip to content

Commit

Permalink
Update Dockerfile.dependencies
Browse files Browse the repository at this point in the history
Add "curl" package to Dockerfile.dependencies
  • Loading branch information
murilosb authored Apr 3, 2024
1 parent 7f03495 commit ea75353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV TZ=Brazil/East DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8 LC_ALL=C.UTF-8 SA
JAVA_HOME=/usr/lib/jvm/bellsoft-java11-full-amd64/ LD_LIBRARY_PATH=/usr/local/lib/python3.9/dist-packages/jep/

RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \
&& apt-get update && apt-get install -y wget gnupg apt-utils apt-transport-https software-properties-common \
&& apt-get update && apt-get install -y curl wget gnupg apt-utils apt-transport-https software-properties-common \
&& apt-get dist-upgrade -y \
&& add-apt-repository ppa:deadsnakes/ppa \
&& wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | tee /etc/apt/trusted.gpg.d/bellsoft.asc \
Expand Down

0 comments on commit ea75353

Please sign in to comment.