Skip to content

Commit

Permalink
fix legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Sep 3, 2020
1 parent b95f8f0 commit de74c93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV LANG en_US.UTF-8
# install ros packages
ENV ROS_DISTRO @rosdistro_name
RUN apt-get update && apt-get install -y \
@(' \\\n '.join(ros_packages))@ \
@(' \\\n '.join('{name}{version}'.format(**p) for p in ros_packages))@ \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /var/lib/apt/lists/partial

Expand Down

0 comments on commit de74c93

Please sign in to comment.