Skip to content

Commit

Permalink
Merge pull request #892 from rstudio/gdb-and-strace
Browse files Browse the repository at this point in the history
add gdb, strace to workbench Dockerfile
  • Loading branch information
kevinushey authored Jan 28, 2025
2 parents 2237dad + c1a3b11 commit 33513b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workbench/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ENV WORKBENCH_JUPYTER_PATH=/usr/local/bin/jupyter
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
gdb \
krb5-user \
libcap2 \
libcurl4-gnutls-dev \
Expand All @@ -45,6 +46,7 @@ RUN apt-get update \
oddjob-mkhomedir \
rrdtool \
sssd \
strace \
supervisor \
&& RSW_VERSION_URL=$(echo -n "${RSW_VERSION}" | sed 's/+/-/g') \
&& curl -fsSL -o rstudio-workbench.deb "${RSW_DOWNLOAD_URL}/${RSW_NAME}-${RSW_VERSION_URL}-amd64.deb" \
Expand Down

0 comments on commit 33513b6

Please sign in to comment.