Update Dockerfile

Signed-off-by: Michal <michal@tar.black>
orowith2os-add-github-docker-repo
Michal 2 years ago committed by GitHub
parent 0cac6386e7
commit cdc9409723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ RUN mkdir /tmp/crystal-keyring
RUN chown temp-user /tmp/crystal-keyring
USER temp-user
RUN git clone https://github.com/crystal-linux/crystal-keyring.git /tmp/crystal-keyring
RUN git clone https://github.com/crystal-linux/pkgbuild.crystal-keyring.git /tmp/crystal-keyring
RUN pushd /tmp/crystal-keyring && makepkg --noconfirm -sp /tmp/crystal-keyring/PKGBUILD && popd
USER root

Loading…
Cancel
Save