diff --git a/docker/oculus/Dockerfile b/docker/oculus/Dockerfile index bb9071b..187e917 100644 --- a/docker/oculus/Dockerfile +++ b/docker/oculus/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk update && apk add --no-cache curl bash RUN curl -sSL https://git.nixc.us/colin/Oculus/raw/branch/main/install.sh | bash -RUN curl -sSL https://git.nixc.us/Nixius/go-glitch/src/branch/master/install.sh | bash +RUN curl -sSL https://git.nixc.us/Nixius/go-glitch/raw/branch/master/install.sh | bash COPY notify.sh /notify.sh RUN chmod +x /notify.sh ENV GLITCHTIP_DSN=""