We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d467d8 + c2dc9dc commit f0aa2f2Copy full SHA for f0aa2f2
1 file changed
Dockerfile
@@ -29,7 +29,7 @@ RUN apk add --no-cache --virtual .build-deps \
29
&& cd /usr/src \
30
&& git clone git://github.com/ariya/phantomjs.git \
31
&& cd phantomjs \
32
- && git checkout $PAHTOMJS_VERSION \
+ && git checkout $PHANTOMJS_VERSION \
33
&& git submodule init \
34
&& git submodule update \
35
&& for i in qtbase qtwebkit; do \
0 commit comments