Skip to content

Commit 1f15e98

Browse files
openssl-dev for h files
1 parent 3a34e4d commit 1f15e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.Node20fips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive
1313
RUN apt-get update
1414
RUN apt-get install -y software-properties-common
1515
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
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 openssl-dev wget xz-utils unzip vim
1717
RUN rm -rf /var/lib/apt/lists/*
1818

1919
# Set g++ 10 as the default

0 commit comments

Comments
 (0)