File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# We need the developer tools to build the occasional add on or two
9
9
RUN yum -y groupinstall "Development Tools"
10
+ RUN yum -y install gawk
10
11
11
12
# Install EPEL6 for additional packages
12
13
RUN yum -y install http://mirror.pnl.gov/epel/6/i386/epel-release-6-8.noarch.rpm
@@ -27,7 +28,10 @@ RUN chown rabbitmq:rabbitmq /var/lib/rabbitmq/.erlang.cookie
27
28
ADD ./rabbitmq-server /usr/lib/rabbitmq/bin/rabbitmq-server
28
29
29
30
# Update rabbitmqctl
30
- ADD ./rabbitmqclt /usr/lib/rabbitmq/bin/rabbitmqctl
31
+ ADD ./rabbitmqctl /usr/lib/rabbitmq/bin/rabbitmqctl
32
+
33
+ # Fix permissions on scripts
34
+ RUN chmod 755 /usr/lib/rabbitmq/bin/rabbitmqctl /usr/lib/rabbitmq/bin/rabbitmq-server
31
35
32
36
# install a script to setup the cluster based on DNS
33
37
ADD ./rabbitmq-cluster /usr/sbin/rabbitmq-cluster
You can’t perform that action at this time.
0 commit comments