renamed dockerfile.test as ignore file conflicts
parent
8f2f426ad7
commit
a249c33bc6
@ -0,0 +1,12 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --update curl && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENV SUT_TARGET undefined
|
||||
|
||||
ADD script/container-integ-test.sh /app/test.sh
|
||||
|
||||
CMD ["sh", "test.sh"]
|
Loading…
Reference in New Issue