Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Sep 24, 2024
1 parent ecd32f2 commit e6abeb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e6abeb7

Please sign in to comment.