Skip to content

Commit

Permalink
Update Dockerfile: add rsync to the list of installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Dec 19, 2024
1 parent a9df459 commit 510e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV JULIA_PKGDIR=/opt/julia

RUN QUARTO_VERSION=1.7.5 \
&& apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -qq install -y build-essential git clang wget \
&& apt-get -qq install -y build-essential git clang wget rsync \
&& ARCH=$(dpkg --print-architecture) \
&& if [ "$ARCH" = "amd64" ]; then \
wget -O quarto.deb https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/quarto-${QUARTO_VERSION}-linux-amd64.deb; \
Expand Down

0 comments on commit 510e151

Please sign in to comment.