tier4 / edge-auto-jetson

https://sensor.tier4.jp
Apache License 2.0
13 stars 10 forks source link

fix(docker/Dockerfile): update kitware apt key #11

Closed manato closed 1 year ago

manato commented 1 year ago

Description

[HOTFIX] Because of the recent apt-key update for kitware, apt related operation fails if the update is not reflected. This treatment is the same way performed by here (TIER IV internal link).

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.

manato commented 1 year ago

@aohsato Could you please check this PullReq? Because of the update of the key for kitware apt repository, the setup script will fail without this PullReq's modification. I confirmed the behavior on a RQX-58G

manato commented 1 year ago

Thx!