Loading src/docker/alpine-bash.dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ RUN apk add bash sed gawk curl jq git RUN apk add --no-cache tzdata ENV TZ=Europe/Berlin RUN curl -fsSL https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh -o ~/toolbox-setup.sh RUN /bin/bash chmod +x ~/toolbox-setup.sh && set -x && ~/toolbox-setup.sh && rm ~/toolbox-setup.sh #RUN curl -fsSL https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh -o ~/toolbox-setup.sh #RUN /bin/bash chmod +x ~/toolbox-setup.sh && set -x && ~/toolbox-setup.sh && rm ~/toolbox-setup.sh #RUN /bin/bash source <(curl -s https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh) RUN /bin/bash -s <(curl -s https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh) CMD [ "/bin/bash" ] src/docker/ubuntu-bash.dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,6 @@ RUN apt-get install -y bash sed gawk curl jq git RUN apt-get install -y tzdata ENV TZ=Europe/Berlin RUN /bin/bash source <(curl -s https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh) RUN /bin/bash -s <(curl -s https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh) CMD [ "/bin/bash" ] Loading
src/docker/alpine-bash.dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ RUN apk add bash sed gawk curl jq git RUN apk add --no-cache tzdata ENV TZ=Europe/Berlin RUN curl -fsSL https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh -o ~/toolbox-setup.sh RUN /bin/bash chmod +x ~/toolbox-setup.sh && set -x && ~/toolbox-setup.sh && rm ~/toolbox-setup.sh #RUN curl -fsSL https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh -o ~/toolbox-setup.sh #RUN /bin/bash chmod +x ~/toolbox-setup.sh && set -x && ~/toolbox-setup.sh && rm ~/toolbox-setup.sh #RUN /bin/bash source <(curl -s https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh) RUN /bin/bash -s <(curl -s https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh) CMD [ "/bin/bash" ]
src/docker/ubuntu-bash.dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,6 @@ RUN apt-get install -y bash sed gawk curl jq git RUN apt-get install -y tzdata ENV TZ=Europe/Berlin RUN /bin/bash source <(curl -s https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh) RUN /bin/bash -s <(curl -s https://gitlab.bjoernbartels.earth/shellscripts/toolbox/raw/dev/setup.sh) CMD [ "/bin/bash" ]