Skip to content

Commit

Permalink
Added ca-certificates package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Jan 31, 2024
1 parent 41c5fdd commit 3479acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ MAINTAINER [email protected]
LABEL org.opencontainers.image.source https://github.com/dbca-wa/ubuntu-utils
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y \
&& apt install --no-install-recommends -y wget curl git vim openssh-client rsync iputils-ping postgresql-client lftp dnsutils telnet \
&& apt install --no-install-recommends -y ca-certificates wget curl git vim openssh-client rsync iputils-ping postgresql-client lftp dnsutils telnet \
&& rm -rf /var/lib/apt/lists/* \

0 comments on commit 3479acb

Please sign in to comment.