Skip to content
Snippets Groups Projects
Verified Commit 3d1a06df authored by Georg Krause's avatar Georg Krause
Browse files

Install jq from Debian repositories instead of downloading x64 binary from github

parent 25eccc88
No related branches found
No related tags found
No related merge requests found
FROM node:16-buster
# needed to compile translations
RUN curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod +x /usr/local/bin/jq
RUN apt-get update && apt-get install -y jq
EXPOSE 8080
WORKDIR /app/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment