Skip to content

Commit 7351467

Browse files
committed
Fixed a typo
1 parent 62ca7e2 commit 7351467

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ RUN fontlist=$(apt-cache --names-only search ^fonts-* | awk '{ print $1 }' | gre
5353
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install $ttflist && \
5454
sudo fc-cache -f -v
5555

56-
RUN audo apt-get clean
57-
56+
RUN sudo apt-get clean
5857

5958
RUN npm install -g lighthouse
6059

ubuntu_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select tr
2121
ttflist=$(apt-cache --names-only search ^ttf-* | awk '{ print $1 }' | grep -v mathematica-fonts | grep -v ttf-mathematica4.1)
2222
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install $ttflist
2323
sudo fc-cache -f -v
24-
audo apt-get clean
24+
sudo apt-get clean
2525
echo '# Limits increased for wptagent' | sudo tee -a /etc/security/limits.conf
2626
echo '* soft nofile 250000' | sudo tee -a /etc/security/limits.conf
2727
echo '* hard nofile 300000' | sudo tee -a /etc/security/limits.conf

0 commit comments

Comments
 (0)