mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
remove the first 3 lines of gleam stdout
This commit is contained in:
parent
1587b41912
commit
2098340e2d
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ RUN for i in $(seq 1001 1500); do \
|
||||||
useradd -M runner$i -g $i -u $i ; \
|
useradd -M runner$i -g $i -u $i ; \
|
||||||
done
|
done
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y git libxml2 gnupg tar coreutils util-linux libc6-dev \
|
apt-get install -y git gawk libxml2 gnupg tar coreutils util-linux libc6-dev \
|
||||||
binutils build-essential locales libpcre3-dev libevent-dev libgmp3-dev \
|
binutils build-essential locales libpcre3-dev libevent-dev libgmp3-dev \
|
||||||
libncurses6 libncurses5 libedit-dev libseccomp-dev rename procps python3 \
|
libncurses6 libncurses5 libedit-dev libseccomp-dev rename procps python3 \
|
||||||
libreadline-dev libblas-dev liblapack-dev libpcre3-dev libarpack2-dev \
|
libreadline-dev libblas-dev liblapack-dev libpcre3-dev libarpack2-dev \
|
||||||
|
|
2
packages/gleam/0.27.0/run
vendored
2
packages/gleam/0.27.0/run
vendored
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
shift
|
shift
|
||||||
cd project
|
cd project
|
||||||
gleam run $(cat ../compile_args 2> /dev/null) -- "$@"
|
gleam run $(cat ../compile_args 2> /dev/null) -- "$@" | awk "NR>=3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue