Skip to content

Commit

Permalink
Update Dockerfile.j2 added RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
Murugesan-30795 authored Oct 11, 2023
1 parent 2a5eb9a commit 5ca42a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dockerfiles/debian-slim/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ USER 0
{% endif %}

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

# Install dependencies
RUN apt-get update -y && \
Expand Down

0 comments on commit 5ca42a9

Please sign in to comment.