Skip to content

Commit

Permalink
Merge pull request #761 from snyk/fix/add-node-release-key-to-fix-ima…
Browse files Browse the repository at this point in the history
…ge-building

fix: add missing node release key for base image build
  • Loading branch information
aarlaud authored May 10, 2024
2 parents 1979a22 + 5d7bd99 commit 045c793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions dockerfiles/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN <<EOF
141F07595B7B3FFE74309A937405533BE57C7D57 \
74F12602B6F1C4E913FAA37AD3A89613643B6201 \
DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 \
CC68F5A3106FF448322E48ED27F5E38D5B0A215F \
61FC681DFB92A079F1685E77973F295594EC4689 \
8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 \
C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 \
Expand Down
3 changes: 0 additions & 3 deletions dockerfiles/base/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ RUN <<EOF
rpm --erase --nodeps dnf-plugin-subscription-manager
rpm --erase --nodeps gdb-gdbserver
rpm --erase --nodeps glibc-common
rpm --erase --nodeps glibc-gconv-extra
rpm --erase --nodeps glibc-langpack-en
rpm --erase --nodeps glibc-minimal-langpack
rpm --erase --nodeps gnutls
rpm --erase --nodeps libarchive
rpm --erase --nodeps libcurl
Expand Down

0 comments on commit 045c793

Please sign in to comment.