FROM scratch
ADD  object.json /
ADD  occam /occam
ADD  busybox /bin/sh
RUN  chmod 777 /occam
RUN  rm -rf /bin
