Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Use Bash instead of Shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 13, 2024
1 parent ecf23c8 commit 4c65186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/arm64v8/ros:humble-ros-base

RUN apt-get update && \
apt-get install -y git can-utils && \
apt-get install -y git can-utils bash && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ docker run -it \
--device /dev/spidev0.0 \
-v /sys/class/gpio:/sys/class/gpio \
--network host \
robotem_rovne_docker sh
robotem_rovne_docker bash

0 comments on commit 4c65186

Please sign in to comment.