refactor(dockerfile): remove sudo

This commit is contained in:
Mauricio Siu 2024-09-19 22:39:28 -06:00
parent f3b351245a
commit a22b0797b1

View File

@ -42,7 +42,7 @@ COPY --from=build /prod/dokploy/node_modules ./node_modules
# Install docker
RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm get-docker.sh && curl https://rclone.org/install.sh | sudo bash
RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm get-docker.sh && curl https://rclone.org/install.sh
# Install Nixpacks and tsx
# | VERBOSE=1 VERSION=1.21.0 bash