Skip to content

Commit 0530930

Browse files
committed
Don't be silly
Something is either intentionally changed or broken in edge when resolving dependencies, readline and libxml2 are not installed, causing php to segfault. Building from edge is dangerous for exactly these reasons. This patch fixes the tag to 3.3 (the latest released version of alpine at this time), which still builds correctly.
1 parent db35a43 commit 0530930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:edge
1+
FROM alpine:3.3
22

33
WORKDIR /usr/src/app
44
COPY composer.json /usr/src/app/

0 commit comments

Comments
 (0)