Skip to content

Commit f0aa2f2

Browse files
authored
Merge pull request #1 from Overbryd/patch-1
fix typo $PAHTOMJS_VERSION -> $PHANTOMJS_VERSION
2 parents 1d467d8 + c2dc9dc commit f0aa2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apk add --no-cache --virtual .build-deps \
2929
&& cd /usr/src \
3030
&& git clone git://github.com/ariya/phantomjs.git \
3131
&& cd phantomjs \
32-
&& git checkout $PAHTOMJS_VERSION \
32+
&& git checkout $PHANTOMJS_VERSION \
3333
&& git submodule init \
3434
&& git submodule update \
3535
&& for i in qtbase qtwebkit; do \

0 commit comments

Comments
 (0)