Skip to content

Commit

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

#ADDING MISSING PUBLIC KEYS
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 2a5eb9a

Please sign in to comment.