|
@@ -39,7 +39,8 @@ RUN git clone git://github.com/alanxz/rabbitmq-c.git; \
|
|
ssh-keyscan -H -p 22 gitlag.com >> ~/.ssh/known_hosts; \
|
|
ssh-keyscan -H -p 22 gitlag.com >> ~/.ssh/known_hosts; \
|
|
ssh-keyscan -H -p 22 bitbucket.org >> ~/.ssh/known_hosts; \
|
|
ssh-keyscan -H -p 22 bitbucket.org >> ~/.ssh/known_hosts; \
|
|
chmod 0600 /opt/keys/bitbucket.id_rsa; \
|
|
chmod 0600 /opt/keys/bitbucket.id_rsa; \
|
|
- chmod +x /opt/script.sh
|
|
|
|
|
|
+ chmod +x /opt/script.sh; \
|
|
|
|
+ rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
CMD /opt/script.sh
|
|
CMD /opt/script.sh
|
|
|
|
|