Skip to content

Commit

Permalink
Remove no longer needed ctype dependency
Browse files Browse the repository at this point in the history
Fixes #115

Signed-off-by: Michal Čihař <[email protected]>
  • Loading branch information
nijel committed Jun 19, 2017
1 parent a18b6e3 commit 275b59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.5

# Install dependencies
RUN apk add --no-cache php7-session php7-mysqli php7-mbstring php7-xml php7-gd php7-zlib php7-bz2 php7-zip php7-openssl php7-curl php7-opcache php7-json php7-ctype nginx php7-fpm supervisor
RUN apk add --no-cache php7-session php7-mysqli php7-mbstring php7-xml php7-gd php7-zlib php7-bz2 php7-zip php7-openssl php7-curl php7-opcache php7-json nginx php7-fpm supervisor

# Include keyring to verify download
COPY phpmyadmin.keyring /
Expand Down

0 comments on commit 275b59e

Please sign in to comment.