7 lines
119 B
Docker
7 lines
119 B
Docker
|
|
#TODO: rust builder
|
||
|
|
# build binary
|
||
|
|
# alpine image
|
||
|
|
# install python and pip
|
||
|
|
# pip install requirements.txt
|
||
|
|
# run binary
|