We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a34e4d commit 1f15e98Copy full SHA for 1f15e98
Dockerfile.Node20fips
@@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive
13
RUN apt-get update
14
RUN apt-get install -y software-properties-common
15
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test
16
-RUN apt-get update && apt-get install -y build-essential python3 python3-distutils g++-10 make curl git pkg-config libssl-dev libffi-dev libgmp-dev libtool autoconf automake cmake wget xz-utils unzip vim
+RUN apt-get update && apt-get install -y build-essential python3 python3-distutils g++-10 make curl git pkg-config libssl-dev libffi-dev libgmp-dev libtool autoconf automake cmake openssl-dev wget xz-utils unzip vim
17
RUN rm -rf /var/lib/apt/lists/*
18
19
# Set g++ 10 as the default
0 commit comments