This commit is contained in:
Lunarmagpie 2023-03-10 05:55:47 -05:00
parent 6076587725
commit bff3b93569
2 changed files with 1 additions and 4 deletions

View file

@ -8,7 +8,7 @@ RUN for i in $(seq 1001 1500); do \
useradd -M runner$i -g $i -u $i ; \
done
RUN apt-get update && \
apt-get install -y git libxml2 gnupg tar coreutils util-linux libc6-dev \
apt-get install -y git rsync libxml2 gnupg tar coreutils util-linux libc6-dev \
binutils build-essential locales libpcre3-dev libevent-dev libgmp3-dev \
libncurses6 libncurses5 libedit-dev libseccomp-dev rename procps python3 \
libreadline-dev libblas-dev liblapack-dev libpcre3-dev libarpack2-dev \

View file

@ -11,9 +11,6 @@ curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.27.0/gleam-v0.
mkdir gleam
tar -xf gleam.tar.gz -C gleam
# Install rsync for copying gleam dependencies
apt-get install rsync -y
# Update path
source ./environment