aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Test.Dockerfile
blob: 04a77a6fc278fa21e636ec4adc7241b9af324edd (plain)
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