mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
12 lines
295 B
Text
12 lines
295 B
Text
# This "FROM" image is previously emitted by nix
|
|
FROM ghcr.io/engineer-man/piston:base-latest
|
|
|
|
ENV PISTON_FLAKE_PATH=/piston/packages
|
|
COPY runtimes/ /piston/packages/runtimes
|
|
COPY flake.nix flake.lock /piston/packages/
|
|
|
|
|
|
ARG RUNTIMESET=all
|
|
ENV PISTON_RUNTIME_SET=$RUNTIMESET
|
|
|
|
RUN piston-install
|