edwagbb commited on
Commit
dd9d86b
·
1 Parent(s): 5e886f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 php7-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
 
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