Revert removal of supporting libraries as some LS plugins still use them in runtime.

This commit is contained in:
Buster "Silver Eagle" Neece 2017-07-10 22:33:41 -05:00
parent 30418cecee
commit 645b339915
2 changed files with 5 additions and 4 deletions

5
.gitattributes vendored
View File

@ -3,7 +3,12 @@
# Force LF line ending on shell scripts
vagrant_* text eol=lf
Dockerfile text eol=lf
*.cnf text eol=lf
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary

View File

@ -60,10 +60,6 @@ RUN opam init -y && \
USER root
RUN apt-get remove -y libpcre3-dev libfdk-aac-dev libvorbis-dev libmad0-dev libmp3lame-dev libtag1-dev libfaad-dev \
libflac-dev pkg-config m4 aspcud && \
apt-get autoremove -y
EXPOSE 9001
EXPOSE 8000-8500