Skip to content

Commit

Permalink
add su
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Aug 25, 2023
1 parent e353f89 commit 26b521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/stream9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf \
&& dnf -y install 'dnf-command(config-manager)' \
&& dnf config-manager --set-enabled crb \
&& dnf -y install epel-release epel-next-release \
&& dnf -y install R-core-devel su \
&& dnf -y install R-core-devel /usr/bin/su \
&& dnf -y clean all

CMD ["bash"]

0 comments on commit 26b521c

Please sign in to comment.