Skip to content
Snippets Groups Projects
Commit 972b7975 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed package name in dockerfile

parent a7fa1000
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
# Install Electron apt dependencies # Install Electron apt dependencies
RUN apt-get update && apt-get install -y ${'\\'} RUN apt-get update && apt-get install -y ${'\\'}
libasound ${'\\'} libasound2 ${'\\'}
libgconf-2-4 ${'\\'} libgconf-2-4 ${'\\'}
libgtk2.0-0 ${'\\'} libgtk2.0-0 ${'\\'}
libnss3 ${'\\'} libnss3 ${'\\'}
......
...@@ -66,7 +66,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean ...@@ -66,7 +66,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# Install Electron apt dependencies # Install Electron apt dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libasound \ libasound2 \
libgconf-2-4 \ libgconf-2-4 \
libgtk2.0-0 \ libgtk2.0-0 \
libnss3 \ libnss3 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment