diff --git a/.gitattributes b/.gitattributes index 4590455fe..4ffba63be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/util/docker/stations/Dockerfile b/util/docker/stations/Dockerfile index f5212c9e9..a256b687f 100644 --- a/util/docker/stations/Dockerfile +++ b/util/docker/stations/Dockerfile @@ -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