Skip to content

Commit

Permalink
add back libssl-dev for fastrtps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Apr 19, 2018
1 parent a4d014f commit 2f11ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_docker_resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ADD rticonnextdds-license/rti_license.dat /tmp/rti_license.dat
# ADD rticonnextdds-src/rticonnextdds-tools_5.2.3-1_amd64.deb /tmp/rticonnextdds-tools_5.2.3-1_amd64.deb

# Install the eProsima dependencies.
RUN apt-get update && apt-get install --no-install-recommends -y libasio-dev libtinyxml2-dev valgrind
RUN apt-get update && apt-get install --no-install-recommends -y libasio-dev libssl-dev libtinyxml2-dev valgrind

# Install OpenCV.
RUN apt-get update && apt-get install --no-install-recommends -y libopencv-dev
Expand Down

0 comments on commit 2f11ba6

Please sign in to comment.