Fixed wrong user
Build and Push Ubuntu PHP 7.3 Image / Build and push image (push) Waiting to run Details
Build and Push Ubuntu PHP 7.4 Image / Build and push image (push) Waiting to run Details
Build and Push Ubuntu PHP 8.0 Image / Build and push image (push) Waiting to run Details
Build and Push Ubuntu PHP 8.1 Image / Build and push image (push) Waiting to run Details
Build and Push Ubuntu PHP 8.2 Image / Build and push image (push) Waiting to run Details
Build and Push Ubuntu PHP 8.3 Image / Build and push image (push) Waiting to run Details
Build and Push Ubuntu PHP 5.6 Image / Build and push image (push) Successful in 3m35s Details
Build and Push Ubuntu PHP 7.2 Image / Build and push image (push) Has been cancelled Details

This commit is contained in:
Aditya Prima 2024-03-23 18:46:01 +07:00
parent 271974834f
commit ec955775d6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ENV PHP_VERSION=${PHP_VERSION}
WORKDIR /root
# Use root user to install all dependencies
USER ROOT
USER root
RUN apt -y update && apt -y upgrade && apt -y install \
software-properties-common