Skip to content

Commit

Permalink
bust cache (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide committed Feb 26, 2024
1 parent ed7094e commit 85205a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ RUN git clone https://github.com/libuvc/libuvc.git &&\
ldconfig &&\
cd ../.. && rm -r libuvc*

# add commit history to bust cache if and when needed.
ADD "https://api.github.com/repos/LCAS/limo_ros2/commits?per_page=1&sha=humble" .lcas_addons.limo_ros2.commits
ADD "https://api.github.com/repos/LCAS/teaching/commits?per_page=1&sha=2324-devel" .lcas_addons.teaching.commits

COPY *repos *.sh /tmp/.devcontainer/
RUN bash /tmp/.devcontainer/install.sh

Expand Down

0 comments on commit 85205a7

Please sign in to comment.