File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ ENV ALPINE_GLIBC 2.31-r0
3333ENV AWS_CLI_VERSION 1.18.200
3434ENV CHROMIUM_VERSION 86.0
3535ENV DATABASE_LIBRARY_VERSION 1.2
36+ ENV DATADRIVER_VERSION 1.0.0
3637ENV DATETIMETZ_VERSION 1.0.6
3738ENV FAKER_VERSION 5.0.0
3839ENV FIREFOX_VERSION 78
@@ -59,6 +60,7 @@ RUN apk update \
5960 && apk --no-cache upgrade \
6061 && apk --no-cache --virtual .build-deps add \
6162 gcc \
63+ g++ \
6264 libffi-dev \
6365 linux-headers \
6466 make \
@@ -82,6 +84,7 @@ RUN apk update \
8284 --no-cache-dir \
8385 robotframework==$ROBOT_FRAMEWORK_VERSION \
8486 robotframework-databaselibrary==$DATABASE_LIBRARY_VERSION \
87+ robotframework-datadriver==$DATADRIVER_VERSION \
8588 robotframework-datetime-tz==$DATETIMETZ_VERSION \
8689 robotframework-faker==$FAKER_VERSION \
8790 robotframework-ftplibrary==$FTP_LIBRARY_VERSION \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ The versions used are:
1717
1818* [ Robot Framework] ( https://github.com/robotframework/robotframework ) 3.2.2
1919* [ Robot Framework DatabaseLibrary] ( https://github.com/franz-see/Robotframework-Database-Library ) 1.2
20+ * [ Robot Framework Datadriver] ( https://github.com/Snooz82/robotframework-datadriver ) 1.0.0
2021* [ Robot Framework DateTimeTZ] ( https://github.com/testautomation/DateTimeTZ ) 1.0.6
2122* [ Robot Framework Faker] ( https://github.com/guykisel/robotframework-faker ) 5.0.0
2223* [ Robot Framework FTPLibrary] ( https://github.com/kowalpy/Robot-Framework-FTP-Library ) 1.9
You can’t perform that action at this time.
0 commit comments