Merge pull request #651 from douardda/patch-1

Fix Dockerfile: install jq in the builder image
krille/new-website
Krille-chan 2 years ago committed by GitHub
commit db240e23bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
FROM ghcr.io/cirruslabs/flutter as builder
RUN sudo apt update && sudo apt install curl -y
RUN sudo apt update && sudo apt install curl jq -y
COPY . /app
WORKDIR /app
RUN ./scripts/prepare-web.sh

Loading…
Cancel
Save