Skip to content

Commit

Permalink
use a dist-upgrade not just upgrade (#141)
Browse files Browse the repository at this point in the history
The upgrade will skip thing that require new packages. Such as new ignition libraries which are what we're looking for going to the nightlies.
  • Loading branch information
tfoote authored Jan 8, 2022
1 parent 41b2419 commit 26b4288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN /bin/sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable

# Install and upgrade the latest Ignition binaries
RUN apt-get -qq update && apt-get -q -y install \
ignition-garden && apt-get upgrade -y
ignition-garden && apt-get dist-upgrade -y

# Install PCL
RUN apt-get update \
Expand Down

0 comments on commit 26b4288

Please sign in to comment.