Skip to content

Commit 96b2890

Browse files
authored
Small fixes (viper0131#33)
Add which package (viper0131#32) Make update.sh executable (viper0131#31)
1 parent f552e18 commit 96b2890

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ADD update.sh /opt/
2424
EXPOSE 5000/tcp
2525

2626
# retrieve and install the check mk binaries and its dependencies
27-
RUN yum install --nogpgcheck -y ssmtp https://mathias-kettner.de/support/${CMK_VERSION}/check-mk-raw-${CMK_VERSION}-el7-${CMK_DOWNLOADNR}.x86_64.rpm
27+
RUN yum install --nogpgcheck -y ssmtp which https://mathias-kettner.de/support/${CMK_VERSION}/check-mk-raw-${CMK_VERSION}-el7-${CMK_DOWNLOADNR}.x86_64.rpm
2828

2929
# fake fstab
3030
RUN echo "# /etc/fstab" > /etc/fstab

update.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)