build(dockerfile): remove unnecessary && on apk installation steps
This commit is contained in:
@@ -9,7 +9,7 @@ RUN \
|
|||||||
case "${TARGETPLATFORM}" in \
|
case "${TARGETPLATFORM}" in \
|
||||||
'linux/arm64' | 'linux/arm/v7') \
|
'linux/arm64' | 'linux/arm/v7') \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add --no-cache python3 make g++ gcc libc6-compat bash && \
|
apk add --no-cache python3 make g++ gcc libc6-compat bash \
|
||||||
;; \
|
;; \
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user