Skip to content

Commit

Permalink
not latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Apr 27, 2022
1 parent 5287aef commit 411f176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
13 changes: 2 additions & 11 deletions docker/dpkg-query-autodetect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
FROM ubuntu:latest
FROM ubuntu:focal

WORKDIR /ahab-docker

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

COPY ahab .

Expand Down
12 changes: 2 additions & 10 deletions docker/dpkg-query/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
FROM ubuntu:latest
FROM ubuntu:focal

WORKDIR /ahab-docker

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

COPY ahab .

Expand Down

0 comments on commit 411f176

Please sign in to comment.