Skip to content

Commit

Permalink
fix: switched from lsb_release to lsb-release
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Jul 15, 2024
1 parent c8210e8 commit 04e9575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/rdsc_rstudio_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV RSTUDIO_FILE="rstudio-server-${RSTUDIO_VERSION}-amd64.deb"

RUN wget \
-O rstudio_installer.deb \
-q https://s3.amazonaws.com/rstudio-ide-build/server/$(lsb_release -cs)/amd64/${RSTUDIO_FILE} && \
-q https://s3.amazonaws.com/rstudio-ide-build/server/$(lsb-release -cs)/amd64/${RSTUDIO_FILE} && \
# -q https://download2.rstudio.org/server/$(lsb_release -cs)/amd64/${RSTUDIO_FILE}
dpkg -i rstudio_installer.deb && \
rm -f rstudio_installer.deb
Expand Down

0 comments on commit 04e9575

Please sign in to comment.