diff --git a/Dockerfile b/Dockerfile index 3981c0f..1a51155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM apache/beam_python3.10_sdk:2.59.0 +USER ROOT # Install curl and rclone RUN apt-get update && apt-get install -y curl -RUN sudo -v && curl https://rclone.org/install.sh | sudo bash +RUN curl https://rclone.org/install.sh | bash