diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 0634ac8..eb838c2 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -74,7 +74,7 @@ RUN /flutter/bin/flutter precache ADD pub.secret / -RUN cat /pub.secret | dart pub token add https://git.zontreck.com/api/packages/ariascreations/pub +RUN cat /pub.secret | dart pub token add https://git.zontreck.com/api/packages/AriasCreations/pub # Set up needed git and extra build components