Skip to content

Commit 26b1249

Browse files
authored
refactor: remove unecessary openssl deps from hello-nginx Dockerfile (#102)
Also add locales package to resolve a warning.
1 parent f6c87d7 commit 26b1249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/hello-nginx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG VERSION=2.1.0
55
# {{ x-release-please-end }}
66

77
RUN apt-get update && apt-get install -y \
8-
git netbase curl libssl-dev openssl libssl3 openssl apt-transport-https ca-certificates \
8+
git netbase curl libssl-dev apt-transport-https ca-certificates \
99
software-properties-common \
10-
cmake ninja-build
10+
cmake ninja-build locales-all
1111

1212
RUN add-apt-repository ppa:mhier/libboost-latest && \
1313
apt-get update && \

0 commit comments

Comments
 (0)