2022-09-27 04:35:56 +00:00
|
|
|
FROM nimbase
|
2022-09-16 11:22:08 +00:00
|
|
|
|
|
|
|
COPY . .
|
|
|
|
|
|
|
|
RUN cd /extra/scratch/nim-codex && \
|
|
|
|
make USE_SYSTEM_NIM=1 update
|
|
|
|
|
|
|
|
RUN cd /extra/scratch/nim-codex && \
|
|
|
|
make USE_SYSTEM_NIM=1 TESTGROUND_PLAN=simple_tcp_ping testground_exec
|
|
|
|
|
|
|
|
ENTRYPOINT ["/extra/scratch/nim-codex/build/codex_testground"]
|