Skip to content

Commit

Permalink
Dcokerfile" add --no-install-recommends to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed May 10, 2019
1 parent 1b29c8c commit 7d053bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ros:${ROS_DISTRO}-perception
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update \
# && apt-get -y upgrade \
&& apt-get -y install \
&& apt-get -y install --no-install-recommends \
ros-${ROS_DISTRO}-cv-bridge \
ros-${ROS_DISTRO}-tf \
python-pip \
Expand Down

0 comments on commit 7d053bb

Please sign in to comment.