mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
pop
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
c4c219d8b9
commit
6f4c762132
1
pop/.gitignore
vendored
Normal file
1
pop/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
pop.c
|
5
pop/Dockerfile
Normal file
5
pop/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:latest
|
||||
|
||||
COPY pop /usr/local/bin/pop
|
||||
|
||||
CMD ["/usr/local/bin/pop"]
|
Loading…
Reference in New Issue
Block a user