Skip to content
Snippets Groups Projects
Commit babb47c8 authored by Simon Wittl's avatar Simon Wittl
Browse files

used dockerfile

parent 1ce5fb80
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,10 @@ RUN powershell "choco install visualstudio2019community -y"
RUN powershell "python -m pip install -U colcon-common-extensions"
RUN powershell "rm ros2-humble-20240222-windows-release-amd64.zip"
RUN powershell "choco install visualstudio2019-workload-nativedesktop -y"
RUN powershell "mkdir C:/dev/rq/"
RUN powershell "mkdir C:/cache"
# set the workdir
WORKDIR C:/dev/rq
WORKDIR C:/
# set entrypoint
ENTRYPOINT ["C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\Tools\\VsDevCmd.bat", "-arch=amd64", "-host_arch=amd64", "&&", "cmd.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
ENTRYPOINT ["C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\Tools\\VsDevCmd.bat", "-arch=amd64", "-host_arch=amd64", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment