FROM pccl/holodeck:base

RUN python3 -c 'import holodeck; holodeck.install("Dexterity")'

CMD ["/bin/bash"]