Browse Source

Remove bashbot from dockerfile -- did not end up using

master
John Locke 8 years ago
parent
commit
e1699a1e2d
  1. 3
      Dockerfile

3
Dockerfile

@ -3,5 +3,4 @@ FROM debian:jessie
RUN apt-get update && apt-get -y install jq curl
COPY bin/ /opt/resource/
COPY matrix_bash_bot/matrix-bashbot.sh /usr/local/bin/
RUN chmod +x /opt/resource/* /usr/local/bin/matrix-bashbot.sh
RUN chmod +x /opt/resource/*
Loading…
Cancel
Save