Skip to content

bugfix #70

Merged
merged 2 commits into from
Dec 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Workbench/directory/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

RUN yum install -y epel-release \
&& yum update -y \
&& yum install -y 389-ds-base phpMyAdmin phpldapadmin mod_ssl \
&& yum install -y 389-ds-base phpMyAdmin phpldapadmin mod_ssl net-tools \
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down