Skip to content

Commit

Permalink
more apt stuff3
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Apr 27, 2022
1 parent 33b2055 commit e286219
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/dpkg-query-autodetect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM ubuntu:latest

WORKDIR /ahab-docker

RUN apt-get update --allow-unauthenticated
RUN sudo 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
#RUN apt-get update & apt-get install -y gnupg
Expand Down
3 changes: 2 additions & 1 deletion docker/dpkg-query/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM ubuntu:latest

WORKDIR /ahab-docker

RUN apt-get update --allow-unauthenticated
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
RUN apt update --allow-unauthenticated
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 e286219

Please sign in to comment.