| commit | d9725369f7136bcf11a6c28a0098e19e8078fdb7 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Wed Jul 14 21:03:11 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Wed Jul 14 21:03:11 2021 +0400 |
| tree | e7fb91cffbb9133d472db19543d925767f835731 | |
| parent | 09a4a67e5eb3aba12117080fd880ed546fde94b3 [diff] [blame] |
rpuppy: update build and installation configs
diff --git a/apps/rpuppy/Dockerfile b/apps/rpuppy/Dockerfile new file mode 100644 index 0000000..1c0d1c6 --- /dev/null +++ b/apps/rpuppy/Dockerfile
@@ -0,0 +1,4 @@ +FROM alpine:latest + +COPY rpuppy /usr/bin +RUN chmod +x /usr/bin/rpuppy