Skip to content

Commit

Permalink
apt-get issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Jul 21, 2023
1 parent b5400ba commit f78b661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ ARG CONTENT_POSITCONNECT_DISPLAY

WORKDIR /tmp
RUN <<EOF
apt-get update
apt-get install -y --no-install-recommends wget
apt-get clean
rm -rf /var/lib/apt/lists/*
wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.433/quarto-1.3.433-linux-amd64.deb
dpkg -i /tmp/quarto-1.3.433-linux-amd64.deb
EOF
Expand Down

0 comments on commit f78b661

Please sign in to comment.