diff --git a/Containerfile b/Containerfile index 9c53952..24b19b4 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,9 @@ RUN echo "https://alpine.sutty.nl/alpine/v3.13/sutty" >> "/etc/apk/repositories" wget https://alpine.sutty.nl/alpine/sutty.pub -O "/etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub" COPY packages /root/packages +COPY bin /usr/local/bin +RUN chmod 755 /usr/local/bin/* RUN apk add --no-cache $(cat "/root/packages" | tr "\n" " ") RUN sed -re "s/#(@platforms = )/\1/" -i "/usr/lib/ruby/2.7.0/rubygems.rb" && \ mkdir -m 700 -p "~/.ssh"