Skip to content

Commit

Permalink
fix dockerfile (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk authored Nov 21, 2024
1 parent e9cb977 commit cc73f86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
libssl-dev \
libxml2-dev \
libxt-dev \
libmagick++-6.q16-8 \
libmagick++-6.q16-9t64 \
pandoc \
libglpk-dev \
libv8-dev \
pandoc-citeproc \
libpng-dev \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts \
&& python3 -m pip --no-cache-dir install radian pre-commit \
Expand Down

0 comments on commit cc73f86

Please sign in to comment.