Skip to content

Commit

Permalink
Update DOCKERFILE (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isopod00 authored Sep 14, 2023
1 parent a86d320 commit 7a50d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/DOCKERFILE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM ros:humble
ENV DEBIAN_FRONTEND=noninteractive
# Set ROS distro
ENV ROS_DISTRO=humble
# Suppress the setuptools deprecated warning
ENV PYTHONWARNINGS="ignore:setup.py install is deprecated::setuptools.command.install"

# Check the CPU architecture
ARG TARGETARCH
Expand Down

0 comments on commit 7a50d58

Please sign in to comment.