Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM alpine:latest
|
|
| 3 |
#RUN apt-get update
|
| 4 |
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y php7.4 php-sqlite3 php-mysql php-curl php-mbstring wget unzip
|
| 5 |
#RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
| 6 |
-
RUN apk update && apk upgrade && apk add php php-sqlite3 php-curl
|
| 7 |
|
| 8 |
RUN wget -O /typecho.zip https://github.com/typecho/typecho/releases/download/v1.2.1/typecho.zip
|
| 9 |
RUN mkdir -p /var/www/html && unzip /typecho.zip -d /var/www/html
|
|
|
|
| 3 |
#RUN apt-get update
|
| 4 |
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y php7.4 php-sqlite3 php-mysql php-curl php-mbstring wget unzip
|
| 5 |
#RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
| 6 |
+
RUN apk update && apk upgrade && apk add php php-sqlite3 php-curl php-mysqli php-mbstring wget unzip
|
| 7 |
|
| 8 |
RUN wget -O /typecho.zip https://github.com/typecho/typecho/releases/download/v1.2.1/typecho.zip
|
| 9 |
RUN mkdir -p /var/www/html && unzip /typecho.zip -d /var/www/html
|