Remove old Dockerfile

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-01-27 12:48:20 +01:00
parent 63fc636b03
commit 1b6eda494a
-10
View File
@@ -1,10 +0,0 @@
FROM alpine
RUN apk upgrade --update-cache \
&& apk add bash curl coreutils file
COPY kapow /usr/bin/kapow
COPY *.pow /tmp/
ENTRYPOINT ["/usr/bin/kapow"]