We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7254f7d commit 7abc94aCopy full SHA for 7abc94a
image/discourse_dev/Dockerfile
@@ -38,8 +38,7 @@ ADD ensure-database /etc/runit/1.d/ensure-database
38
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - &&\
39
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list &&\
40
apt update &&\
41
- apt install -y google-chrome-stable firefox-esr &&\
42
- npm install -g eslint babel-eslint
+ apt install -y google-chrome-stable firefox-esr
43
44
# Install & Configure MailHog (https://github.com/mailhog/MailHog)
45
RUN wget -qO /tmp/mailhog https://github.com/mailhog/MailHog/releases/download/v1.0.1/MailHog_linux_amd64\
0 commit comments