Skip to content

Commit

Permalink
It no like python
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jun 28, 2024
1 parent 040b130 commit a79e706
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions base_ottr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pandoc-citeproc \
curl \
gdebi-core \
python3-pip \
python3-dev \
&& rm -rf /var/lib/apt/lists/*

# Install pip3 and installation tools
RUN apt-get -y --no-install-recommends install \
python3-pip python3-dev

RUN Rscript -e "remove.packages('rlang')"

RUN curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
Expand Down

0 comments on commit a79e706

Please sign in to comment.