Skip to content

Commit

Permalink
fix dockerhub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaostuni committed Jan 2, 2024
1 parent 3d640a2 commit 661d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/cicd-master.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_releas
> /etc/apt/sources.list.d/gazebo-stable.list &&\
wget http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - &&\
apt-get update &&\
apt-get install -y --no-install-recommends gz-${ignition_codename} &&\
apt-get install -y --no-install-recommends gz-${gazebo_codename} &&\
rm -rf /var/lib/apt/lists/*

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 661d8af

Please sign in to comment.