mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
One RUN less
Align apk add commands between images.
This commit is contained in:
parent
9fd849d48b
commit
23458de588
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
FROM alpine:3.14 AS compiler
|
||||
|
||||
RUN apk update --quiet
|
||||
RUN apk add curl
|
||||
RUN apk add build-base
|
||||
RUN apk add -q --no-cache curl build-base
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue