Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-03-08 11:56:13 -08:00
parent c4c219d8b9
commit 6f4c762132
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 6 additions and 0 deletions

1
pop/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
pop.c

5
pop/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine:latest
COPY pop /usr/local/bin/pop
CMD ["/usr/local/bin/pop"]

BIN
pop/pop Executable file

Binary file not shown.