Merge pull request #651 from douardda/patch-1

Fix Dockerfile: install jq in the builder image
This commit is contained in:
Krille-chan 2023-11-10 16:31:38 +01:00 committed by GitHub
commit db240e23bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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