Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
makotoyoshigoe committed Nov 22, 2024
1 parent 166e0e6 commit f37fe65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
cd ~/
git clone -b mugimaru-2024 https://github.com/CIT-Autonomous-Robot-Lab/mugimaru-docker.git
- name: Clone requirements packages and build image
- name: Clone requirements packages
run: |
sed -i "s;[email protected]:;https://github.com/;" install_packages.bash
./install_packages.bash
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ USER $USERNAME
WORKDIR /home/$USERNAME

COPY setup.sh /home/$USERNAME/
COPY install_packages.bash /home/$USERNAME/
RUN . /home/$USERNAME/setup.sh

CMD ["/bin/bash"]

0 comments on commit f37fe65

Please sign in to comment.