File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ RUN apt-get update \
7
7
&& apt-get upgrade -y \
8
8
&& apt-get install -y --no-install-recommends \
9
9
xz-utils \
10
+ ca-certificates \
10
11
curl \
11
12
gnupg \
12
13
netbase \
13
- sq \
14
14
wget \
15
15
&& rm -rf /var/lib/apt/lists/*
16
16
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG RELEASE_TAG_NAME=unspecified
20
20
ENV RELEASE_TAG_NAME=${RELEASE_TAG_NAME}
21
21
ENV GIT_COMMIT=${GIT_COMMIT}
22
22
ENV BUILD_NUMBER=${BUILD_NUMBER}
23
- # Bake in client certificate path into image to avoid downloading it
23
+ # Bake in client certificate path into image to avoid downloading it
24
24
ENV PATH_CA_CERTIFICATE="/etc/ssl/certs/ca-certificate.crt"
25
25
RUN chmod +x build.sh && ./build.sh dotnetcore /opt/startupcmdgen/startupcmdgen
26
26
You can’t perform that action at this time.
0 commit comments