Skip to content

Commit

Permalink
Living on the edge
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 15, 2024
1 parent b13f947 commit 47f69d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . src/moveit2
RUN \

Check failure on line 18 in .docker/ci/Dockerfile

View workflow job for this annotation

GitHub Actions / Lint Dockerfiles (ci)

SC2086 info: Double quote to prevent globbing and word splitting.

Check failure on line 18 in .docker/ci/Dockerfile

View workflow job for this annotation

GitHub Actions / Lint Dockerfiles (ci)

SC2086 info: Double quote to prevent globbing and word splitting.
# Update apt package list as previous containers clear the cache
apt-get -q update && \
apt-get -q -y upgrade --with-new-pkgs && \
apt-get -q -y upgrade && \
#
# Install some base dependencies
apt-get -q install --no-install-recommends -y \
Expand Down

0 comments on commit 47f69d1

Please sign in to comment.