Skip to content

Commit

Permalink
fix m1 mac emulation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng40 committed Jan 23, 2023
1 parent 53ad9ac commit 60f0412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM osrf/ros:foxy-desktop
FROM ros:foxy

SHELL ["/bin/bash", "-c"]

Expand All @@ -31,7 +31,8 @@ RUN apt-get update --fix-missing && \
vim \
python3-pip \
libeigen3-dev \
tmux
tmux \
ros-foxy-rviz2
RUN apt-get -y dist-upgrade
RUN pip3 install transforms3d

Expand Down

0 comments on commit 60f0412

Please sign in to comment.