diff --git a/Dockerfile b/Dockerfile index 2ead18a..49aa070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN sudo apt install -y nodejs RUN node -v RUN npm -v -RUN npm install -g @bufbuild/buf @tanstack/cli@latest \ No newline at end of file +RUN sudo npm install -g @bufbuild/buf @tanstack/cli@latest \ No newline at end of file