Skip to content

Commit 34e6dd0

Browse files
remove fake pkg
1 parent c1db82c commit 34e6dd0

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 openssl-dev 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 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)