We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c87d7 commit 26b1249Copy full SHA for 26b1249
examples/hello-nginx/Dockerfile
@@ -5,9 +5,9 @@ ARG VERSION=2.1.0
5
# {{ x-release-please-end }}
6
7
RUN apt-get update && apt-get install -y \
8
- git netbase curl libssl-dev openssl libssl3 openssl apt-transport-https ca-certificates \
+ git netbase curl libssl-dev apt-transport-https ca-certificates \
9
software-properties-common \
10
- cmake ninja-build
+ cmake ninja-build locales-all
11
12
RUN add-apt-repository ppa:mhier/libboost-latest && \
13
apt-get update && \
0 commit comments