Skip to content

Commit

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

WORKDIR /ahab-docker

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
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
RUN apt-get update && apt-get -y install python3-pip
RUN apt-get update & apt-get install -y gnupg
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C

COPY ahab .

Expand Down
8 changes: 5 additions & 3 deletions docker/dpkg-query/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ FROM ubuntu:latest

WORKDIR /ahab-docker

RUN apt-get update && apt-get -y install python3-pip
RUN apt-get update & 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
#RUN apt-get update & apt-get install -y gnupg
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
RUN apt-get update && apt-get -y install python3-pip

COPY ahab .
Expand Down

0 comments on commit fe7dadf

Please sign in to comment.