We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 806465a + 54a3efc commit f0524feCopy full SHA for f0524fe
Dockerfile
@@ -44,7 +44,7 @@ RUN pip install \
44
# Download Gecko drivers directly from the GitHub repository
45
RUN wget -q "https://github.com/mozilla/geckodriver/releases/download/$GECKO_DRIVER_VERSION/geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz" \
46
&& tar xzf geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz \
47
- && mkdir /opt/robotframework/drivers/ \
+ && mkdir -p /opt/robotframework/drivers/ \
48
&& mv geckodriver /opt/robotframework/drivers/geckodriver \
49
&& rm geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz
50
0 commit comments