Skip to content

Commit c2dc9dc

Browse files
authored
fix typo $PAHTOMJS_VERSION -> $PHANTOMJS_VERSION
wonder if people at least run their docker build before they push them.
1 parent 1d467d8 commit c2dc9dc

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)