Skip to content

Commit 7abc94a

Browse files
authored
DEV: Don't install eslint and babel-eslint (#624)
Core has eslint in its dependencies, so there's no need for global eslint as far I can tell.
1 parent 7254f7d commit 7abc94a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

image/discourse_dev/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ ADD ensure-database /etc/runit/1.d/ensure-database
3838
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - &&\
3939
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list &&\
4040
apt update &&\
41-
apt install -y google-chrome-stable firefox-esr &&\
42-
npm install -g eslint babel-eslint
41+
apt install -y google-chrome-stable firefox-esr
4342

4443
# Install & Configure MailHog (https://github.com/mailhog/MailHog)
4544
RUN wget -qO /tmp/mailhog https://github.com/mailhog/MailHog/releases/download/v1.0.1/MailHog_linux_amd64\

0 commit comments

Comments
 (0)