Initial commit

This commit is contained in:
Dimitri Lozeve 2022-09-08 21:01:55 +02:00
commit fc353daf52
4 changed files with 115 additions and 0 deletions

6
Dockerfile Normal file
View 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