Skip to content

Commit

Permalink
install yq
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Jan 15, 2025
1 parent e5f777a commit d8749d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM ghcr.io/hubverse-org/test-docker-hubutils-dev:main AS base
ARG YQ_VERSION="v4.44.3"
ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=UTC

WORKDIR /project

Expand All @@ -9,5 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
jq \
&& rm -rf /var/lib/apt/lists/*
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64.tar.gz -O - |\
tar xz && mv yq_linux_amd64 /usr/bin/yq

COPY scripts/create-predeval-data.R /bin

0 comments on commit d8749d8

Please sign in to comment.