2022-01-31 05:01:28 +01:00
|
|
|
# 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
|
|
|
|
|
2022-02-04 18:18:19 +01:00
|
|
|
RUN piston-install
|