Initial build
This commit is contained in:
5
Containerfile
Normal file
5
Containerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM codycode/okd-tools:4.10.0
|
||||
RUN apk --no-cache add zsh jq git
|
||||
COPY check_all.sh .
|
||||
RUN chmod +x check_all.sh
|
||||
CMD ./check_all.sh
|
||||
Reference in New Issue
Block a user