File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,12 @@ COPY bin/run-tests-in-virtual-screen.sh /opt/robotframework/bin/
5959RUN apk update \
6060 && apk --no-cache upgrade \
6161 && apk --no-cache --virtual .build-deps add \
62+
63+ # Install dependencies for cryptography due to https://github.com/pyca/cryptography/issues/5771
64+ cargo \
65+ rust \
66+
67+ # Continue with system dependencies
6268 gcc \
6369 g++ \
6470 libffi-dev \
@@ -85,6 +91,7 @@ RUN apk update \
8591 robotframework==$ROBOT_FRAMEWORK_VERSION \
8692 robotframework-databaselibrary==$DATABASE_LIBRARY_VERSION \
8793 robotframework-datadriver==$DATADRIVER_VERSION \
94+ robotframework-datadriver[XLS] \
8895 robotframework-datetime-tz==$DATETIMETZ_VERSION \
8996 robotframework-faker==$FAKER_VERSION \
9097 robotframework-ftplibrary==$FTP_LIBRARY_VERSION \
You can’t perform that action at this time.
0 commit comments