Initial commit
This commit is contained in:
commit
fc353daf52
4 changed files with 115 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM gerbil/alpine
|
||||
|
||||
RUN gxpkg install github.com/dlozeve/fancy
|
||||
|
||||
COPY sncf.ss .
|
||||
RUN gxc -exe -static -cc-options -static -ld-options -lz -o sncf sncf.ss
|
Loading…
Add table
Add a link
Reference in a new issue