Merge pull request #651 from douardda/patch-1
Fix Dockerfile: install jq in the builder image
This commit is contained in:
commit
db240e23bc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
FROM ghcr.io/cirruslabs/flutter as builder
|
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
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN ./scripts/prepare-web.sh
|
RUN ./scripts/prepare-web.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue