Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 76362bb

Browse files
AubreyHewesmsokk
authored andcommitted
fix docker warning
1 parent 08d7829 commit 76362bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ RUN sed -i 's/main/main contrib/g' /etc/apt/sources.list && \
1515
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
1616
apt-get upgrade -y && \
1717
apt-get install -y unzip xvfb libgtk2.0-0 ttf-mscorefonts-installer libnotify4 libgconf2-4 libxss1 libnss3 dbus-x11 && \
18-
18+
\
1919
# Get Electron
2020
wget "https://github.com/atom/electron/releases/download/v${ELECTRON_VERSION}/electron-v${ELECTRON_VERSION}-linux-x64.zip" -O electron.zip && \
2121
unzip electron.zip && rm electron.zip && \
22-
22+
\
2323
# Cleanup
2424
apt-get remove -y unzip && apt-get clean && rm -rf /var/lib/apt/lists/*
2525

0 commit comments

Comments
 (0)