pre-install sqlx-cli
This commit is contained in:
parent
a564e816f9
commit
a08aa3f716
@ -11,9 +11,12 @@ RUN apt-get update && apt-get install -y sqlite3
|
|||||||
|
|
||||||
# nodejs
|
# nodejs
|
||||||
RUN apt-get install -y curl && \
|
RUN apt-get install -y curl && \
|
||||||
curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_23.x | bash - && \
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
|
# sqlx-cli
|
||||||
|
RUN cargo install sqlx-cli
|
||||||
|
|
||||||
# playwright
|
# playwright
|
||||||
RUN npx playwright install --with-deps
|
RUN npx playwright install --with-deps
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user