Skip to content

Commit

Permalink
Merge pull request #401 from osrf/libssl
Browse files Browse the repository at this point in the history
install libssl-dev in nightly images
  • Loading branch information
mikaelarguedas authored Apr 17, 2020
2 parents f5d26bd + ac2e875 commit 9c602bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ros2/nightly/images.yaml.em
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ images:
- docker_templates
upstream_packages:
- bash-completion
- libssl-dev
env_before:
LANG: "C.UTF-8"
LC_ALL: "C.UTF-8"
Expand Down
1 change: 1 addition & 0 deletions ros2/nightly/nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -q -y \
dirmngr \
git \
gnupg2 \
libssl-dev \
lsb-release \
python3-pip \
wget \
Expand Down

0 comments on commit 9c602bc

Please sign in to comment.