1 2 3 4 5 6 7 8
FROM sweetcomb_img:latest # Install test dependence COPY . /root/src/sweetcomb WORKDIR /root/src/sweetcomb RUN make install-test-extra