Skip to content

Commit

Permalink
pipe update
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Apr 27, 2022
1 parent e73b786 commit cde7162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/dpkg-query-autodetect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM ubuntu:latest

WORKDIR /ahab-docker

#RUN apt-get --allow-unauthenticated update
#RUN apt-get install -y gnupg
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
RUN apt-get update || true
RUN apt-get install -y gnupg
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
#RUN apt-get update
#RUN chmod 666 /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
#RUN chmod 666 /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg
Expand Down
6 changes: 3 additions & 3 deletions docker/dpkg-query/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM ubuntu:latest

WORKDIR /ahab-docker

#RUN apt-get --allow-unauthenticated update
#RUN apt-get install -y gnupg
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
RUN apt-get --allow-unauthenticated update || true
RUN apt-get install -y gnupg
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
#RUN chmod 666 /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
#RUN chmod 666 /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg
#RUN apt-get update & apt-get install -y gnupg
Expand Down

0 comments on commit cde7162

Please sign in to comment.