Skip to content

Commit

Permalink
hado lint :)
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 9, 2024
1 parent a3ec009 commit 60b71e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignored:
- SC1091
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ WORKDIR /root/rov-24
COPY . .

# TODO for future nerd to do this via ENTRYPOINT which be better but, I could not get ENTRYPOINT to play with VsCODE.
RUN \
# shellcheck source=/dev/null
source /root/rov-24/.vscode/rov_setup.sh \
RUN source /root/rov-24/.vscode/rov_setup.sh \
# Installs ROS and python dependencies
# shellcheck source=/dev/null
&& source /root/rov-24/.vscode/install_dependencies.sh \
# Builds package
# shellcheck source=/dev/null
&& source /opt/ros/iron/setup.bash \
&& PYTHONWARNINGS=ignore:::setuptools.command.install,ignore:::setuptools.command.easy_install,ignore:::pkg_resources; export PYTHONWARNINGS\
&& colcon build --symlink-install
Expand Down

0 comments on commit 60b71e6

Please sign in to comment.