Skip to content

Commit

Permalink
--allow-unauthenticated
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Aug 15, 2023
1 parent b6fe223 commit 1b598e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.dbg
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ RUN sed -i '/stretch-updates/d' /etc/apt/sources.list
RUN mkdir ~/.gnupg
RUN echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf

RUN set -x \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29
# RUN set -x \
# && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29

RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
&& apt-get install -y --no-install-recommends ca-certificates --allow-unauthenticated \
&& rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man /tmp/*

COPY --from=0 restic /bin/restic
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ RUN sed -i '/stretch-updates/d' /etc/apt/sources.list
RUN mkdir ~/.gnupg
RUN echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf

RUN set -x \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29
# RUN set -x \
# && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29

RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
&& apt-get install -y --no-install-recommends ca-certificates --allow-unauthenticated \
&& rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man /tmp/*

COPY --from=0 /restic /bin/restic
Expand Down

0 comments on commit 1b598e0

Please sign in to comment.