Fixed wrong alpine command
This commit is contained in:
parent
0b165a49ba
commit
056872ead4
|
@ -15,7 +15,7 @@ RUN printf "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing\n" >> /e
|
|||
|
||||
# Update & Upgrade first
|
||||
RUN --mount=type=cache,target=/var/cache/apk \
|
||||
apk update && apk upgrade && apk install git
|
||||
apk update && apk upgrade && apk add git
|
||||
|
||||
# INSTALL PHP OpenSSL
|
||||
RUN --mount=type=cache,target=/var/cache/apk \
|
||||
|
|
Reference in New Issue