Skip to content

Commit 6673e24

Browse files
authored
Add URL to main alpine repository.
Had to add main repository URL otherwise I was getting the following error when trying to build the image. ``` so:libcrypto.so.38 (missing): required by: php7-openssl-7.0.12-r0[so:libcrypto.so.38] so:libssl.so.39 (missing): required by: php7-openssl-7.0.12-r0[so:libssl.so.39] ```
1 parent f64c3cd commit 6673e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ MAINTAINER Tim de Pater <[email protected]>
55
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
66
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype \
77
php7-mbstring php7-gd nginx supervisor curl bash \
8+
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \
89
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
910

1011
# Configure nginx

0 commit comments

Comments
 (0)