This commit is contained in:
parent
0c3c2bdcb8
commit
8027572145
@ -22,7 +22,7 @@ ENV LHCI_BASE_DIR=/drone/src \
|
|||||||
|
|
||||||
ADD overlay/ /
|
ADD overlay/ /
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y git curl jq && \
|
RUN apt-get update && apt-get install -y git curl wget gnupg jq && \
|
||||||
curl -SsL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \
|
curl -SsL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \
|
||||||
chmod 755 /usr/local/bin/yq && \
|
chmod 755 /usr/local/bin/yq && \
|
||||||
wget -qO - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | apt-key add - && \
|
wget -qO - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | apt-key add - && \
|
||||||
|
Loading…
Reference in New Issue
Block a user