Skip to content

Commit e914db8

Browse files
Force Docker to use current setup
1 parent cec1f27 commit e914db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV \
99
RUN apt-get update && \
1010
apt-get install -y git sudo software-properties-common
1111

12-
RUN sudo npm install -g --unsafe-perm=true --allow-root backstopjs@${BACKSTOPJS_VERSION}
12+
RUN sudo npm install -g --unsafe-perm=true --allow-root https://github.com/justyna-olszak-wttech/BackstopJS.git
1313

1414
RUN wget https://dl-ssl.google.com/linux/linux_signing_key.pub && sudo apt-key add linux_signing_key.pub
1515
RUN sudo add-apt-repository "deb http://dl.google.com/linux/chrome/deb/ stable main"

0 commit comments

Comments
 (0)