File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
5958RUN npm install -g lighthouse
6059
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select tr
2121ttflist=$( apt-cache --names-only search ^ttf-* | awk ' { print $1 }' | grep -v mathematica-fonts | grep -v ttf-mathematica4.1)
2222sudo DEBIAN_FRONTEND=noninteractive apt-get -y install $ttflist
2323sudo fc-cache -f -v
24- audo apt-get clean
24+ sudo apt-get clean
2525echo ' # Limits increased for wptagent' | sudo tee -a /etc/security/limits.conf
2626echo ' * soft nofile 250000' | sudo tee -a /etc/security/limits.conf
2727echo ' * hard nofile 300000' | sudo tee -a /etc/security/limits.conf
You can’t perform that action at this time.
0 commit comments