This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Referensi:https://github.com/microsoft/msphpsql/issues/1346#issuecomment-1000233759 | |
ARG PHP_VERSION=8.0 | |
# "php" stage | |
FROM php:${PHP_VERSION}-buster | |
# Install system dependencies | |
RUN apt update && apt install -y \ | |
git \ |
OlderNewer