init docker runner

This commit is contained in:
Eli Trop
2021-03-11 16:25:47 +02:00
parent f99e2c6536
commit 832e963f43
2 changed files with 2 additions and 35 deletions

View File

@ -1,7 +1,4 @@
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y wget curl
FROM elitcx/kics:alpine
COPY entrypoint.sh /entrypoint.sh