Commit aa7f2efb authored by Dominik Charousset's avatar Dominik Charousset

Clean up misleading comment

parent 38a33f42
......@@ -13,9 +13,8 @@ RUN Set-ExecutionPolicy Bypass -Scope Process -Force; \
RUN choco install -y --no-progress visualstudio2022buildtools
RUN choco install -y --no-progress visualstudio2022-workload-vctools
# Install and OpenSSL and Python.
RUN choco install -y --no-progress msysgit openssl
RUN choco install -y --no-progress python
# Install Git, OpenSSL and Python.
RUN choco install -y --no-progress msysgit openssl python
# Install Robot Framework and dependencies.
RUN python.exe -m pip install \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment