From 6a336f0167393318639b6bc1c9ccf0484219c970 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 8 Apr 2020 14:16:48 +0200 Subject: Rewrite the build-docker action --- lib/docker/debian | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 lib/docker/debian (limited to 'lib/docker/debian') diff --git a/lib/docker/debian b/lib/docker/debian deleted file mode 100644 index 2051a27..0000000 --- a/lib/docker/debian +++ /dev/null @@ -1,27 +0,0 @@ -FROM debian:{{TAG}} AS base - -RUN apt-get update -RUN apt-get install -y \ - git build-essential libreadline7 - -COPY . /home/rstar - -RUN /home/rstar/bin/rstar install \ - -p /home/raku {{INSTALL_OPTIONS}} - -RUN apt-get -y remove git build-essential -RUN apt-get -y autoremove - -FROM debian:{{TAG}} - -COPY --from=base /home/raku /usr/local -COPY --from=base /lib /lib - -ENV PATH=/usr/local/share/perl6/site/bin:$PATH -ENV PATH=/usr/local/share/perl6/vendor/bin:$PATH -ENV PATH=/usr/local/share/perl6/core/bin:$PATH -ENV PERL6LIB=/app/lib - -WORKDIR /app - -CMD [ "raku" ] -- cgit v1.1