Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Nov 19, 2023
1 parent 3acb330 commit f737dcb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,30 +146,30 @@ RUN curl https://packagecloud.io/install/repositories/cs50/repo/script.deb.sh |
apt install --no-install-recommends --yes \
astyle \
bash-completion \
build-essential `# dpkg-dev, libc, gcc, g++, make, 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 \
libmagic-dev `# For style50` \
libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 `# For render50` \
libyaml-0-2 `# Runtime package for gem` \
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 \
Expand Down

0 comments on commit f737dcb

Please sign in to comment.