Skip to content

Commit 54a3efc

Browse files
authored
Issue #97 - No such file or directory when building image
1 parent 806465a commit 54a3efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN pip install \
4444
# Download Gecko drivers directly from the GitHub repository
4545
RUN wget -q "https://github.com/mozilla/geckodriver/releases/download/$GECKO_DRIVER_VERSION/geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz" \
4646
&& tar xzf geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz \
47-
&& mkdir /opt/robotframework/drivers/ \
47+
&& mkdir -p /opt/robotframework/drivers/ \
4848
&& mv geckodriver /opt/robotframework/drivers/geckodriver \
4949
&& rm geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz
5050

0 commit comments

Comments
 (0)