Skip to content

Commit

Permalink
Removes weasyprint, gh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Nov 19, 2023
1 parent 8db1140 commit 3acb330
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ FROM ubuntu:22.04
LABEL maintainer="[email protected]"
ARG DEBIAN_FRONTEND=noninteractive
COPY --from=builder /usr/bin/ /usr/bin/
COPY --from=builder /usr/local/ /usr/local/
COPY --from=builder /opt/ /opt/
COPY --from=builder /usr /usr
COPY --from=builder /opt /opt
# Avoid "delaying package configuration, since apt-utils is not installed"
RUN apt update && \
Expand Down Expand Up @@ -147,33 +146,33 @@ RUN curl https://packagecloud.io/install/repositories/cs50/repo/script.deb.sh |
apt install --no-install-recommends --yes \
astyle \
bash-completion \
build-essential `# libc, gcc, g++, make, dpkg-dev etc.`\
build-essential `# dpkg-dev, libc, gcc, g++, make, etc.`\
clang \
coreutils `# For fold` \
coreutils `# For fold` \
cowsay \
dos2unix \
dnsutils `# For nslookup` \
fonts-noto-color-emoji `# For render50` \
dnsutils `# For nslookup` \
fonts-noto-color-emoji `# For render50` \
gdb \
git \
git-lfs \
jq \
less \
libcs50 `# CS50 library` \
libmagic-dev `# For style50` \
libyaml-0-2 `# Runtime package for gem` \
libcs50 \
libmagic-dev `# For style50` \
libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 `# For render50` \
libyaml-0-2 `# Runtime package for gem` \
man \
man-db \
nano \
openssh-client `# For ssh-keygen` \
psmisc `# For fuser` \
ruby-dev `# Ruby development headers` \
openssh-client `# For ssh-keygen` \
psmisc `# For fuser` \
ruby-dev `# Ruby development headers` \
sudo \
tzdata `# For TZ` \
tzdata `# For TZ` \
unzip \
valgrind \
vim \
weasyprint `# For render50` \
zip && \
apt clean && \
pip3 install --no-cache-dir \
Expand Down

0 comments on commit 3acb330

Please sign in to comment.