Skip to content

Commit

Permalink
Merge pull request #2 from oyvindsk/perl5
Browse files Browse the repository at this point in the history
Perl5
  • Loading branch information
andystanton committed Apr 9, 2015
2 parents 6d38d63 + c846f0a commit fac11ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:8.0
MAINTAINER andystanton
RUN apt-get update -qq -y && \
apt-get install patch rakudo -y && \
apt-get install patch perl perl-base -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ADD image-common /tmp/dexec/image-common
VOLUME /tmp/dexec/build
ENTRYPOINT ["/tmp/dexec/image-common/dexec-script.sh", "perl6"]
ENTRYPOINT ["/tmp/dexec/image-common/dexec-script.sh", "perl"]
5 changes: 2 additions & 3 deletions test/echochamber.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
for @*ARGS -> $arg
{
printf("%s\n", $arg);
foreach my $arg (@ARGV){
print $arg, "\n";
}

0 comments on commit fac11ef

Please sign in to comment.