Fixed wrong alpine command
Build and Push alpine Image / Build and push image (push) Successful in 9m34s Details
Build and Push Ubuntu Image / Build and push image (push) Successful in 12m38s Details

This commit is contained in:
Aditya Prima 2024-03-24 13:04:19 +07:00
parent 0b165a49ba
commit 056872ead4
1 changed files with 1 additions and 1 deletions

View File

@ -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 \