[build] Remove apk update.

Since we are passing in the `--no-cache` option to `apk add`; `apk
update` unnecessarily adds a local index; increasing the size of the
container image.
pull/1179/head
Suresh Sundriyal 11 months ago
parent 0ece2e4ac6
commit 1fb471f4ba

@ -5,7 +5,7 @@ LABEL com.github.actions.description="Provides a C++ MUSL environment"
LABEL com.github.actions.icon="settings"
LABEL com.github.actions.color="orange"
RUN apk update && apk add --no-cache \
RUN apk add --no-cache \
autoconf \
automake \
build-base \

Loading…
Cancel
Save