Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RoboCT (Public)
RoboQuality
gitlab-profile
Commits
62a75bb5
Commit
62a75bb5
authored
8 months ago
by
Simon Wittl
Browse files
Options
Downloads
Patches
Plain Diff
fixed dockerfile
parent
76081a17
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/win64/Dockerfile
+10
-2
10 additions, 2 deletions
docker/win64/Dockerfile
with
10 additions
and
2 deletions
docker/win64/Dockerfile
+
10
−
2
View file @
62a75bb5
...
...
@@ -14,7 +14,6 @@ RUN powershell "choco install git -y"
RUN
powershell
"choco install -y python --version 3.8.3"
RUN
powershell
"choco install -y openssl --version 1.1.1.2100"
RUN
powershell
"setx /m OPENSSL_CONF 'C:
\P
rogram Files
\O
penSSL-Win64
\b
in
\o
penssl.cfg'"
RUN
powershell
"choco install visualstudio2022buildtools --includeRecommended -y"
RUN
powershell
"choco install -y cmake"
# donload specific choco packages
...
...
@@ -37,6 +36,15 @@ RUN powershell "python -m pip install -U catkin_pkg cryptography empy importlib-
RUN
powershell
"Invoke-WebRequest -Uri https://github.com/ros2/ros2/releases/download/release-humble-20240222/ros2-humble-20240222-windows-release-amd64.zip -OutFile ros2-humble-20240222-windows-release-amd64.zip"
RUN
powershell
"mkdir C:
\d
ev"
RUN
powershell
"Expand-Archive C:
\r
os2-humble-20240222-windows-release-amd64.zip -DestinationPath C:
\d
ev "
RUN
powershell
"Rename-Item -Path C:
\d
ev
\r
os2-windows -NewName C:
\d
ev
\r
os2_humble"
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/"
# set the workdir
WORKDIR
C:/dev/rq
# set entrypoint
ENTRYPOINT
["C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat", "-arch=amd64", "-host_arch=amd64", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
\ No newline at end of file
ENTRYPOINT
["C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\Tools\\VsDevCmd.bat", "-arch=amd64", "-host_arch=amd64", "&&", "cmd.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment