Skip to content

Commit

Permalink
removing missing public key after patching base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Murugesan-30795 authored Oct 12, 2023
1 parent 5ca42a9 commit 1926ed3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/dockerfiles/debian-slim/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ USER 0
{% include 'variables.j2' %}
{% endif %}

#ADDING MISSING PUBLIC KEYS
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C

# Install dependencies
RUN apt-get update -y && \
apt-get install -y curl jq unzip apt-utils telnet && \
Expand Down

0 comments on commit 1926ed3

Please sign in to comment.