Skip to content
Snippets Groups Projects
Commit 4f9455be authored by nimrod's avatar nimrod
Browse files

This is a Debian image, what was I thinking?

parent e36fcea2
No related branches found
No related tags found
No related merge requests found
Pipeline #2696 passed
FROM buildpack-deps:bullseye
COPY --chown=root:root sources.d/* /etc/apt/sources.list.d/
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3008,DL3013
RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | \
gpg --no-default-keyring --import --batch --keyring /usr/share/keyrings/hashicorp.gpg && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment