mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
4 lines
105 B
Text
4 lines
105 B
Text
|
|
FROM frolvlad/alpine-python2
|
||
|
|
|
||
|
|
COPY . /tmp
|
||
|
|
RUN cd /tmp && python imacro_asm.py imacros.jsasm imacros.c.out
|