Commit 0937714f authored by Dave Lane's avatar Dave Lane
Browse files

tweaked Docker files to include install of locales package, updated path for faye

parent 73712fe6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
    erlang-reltool \
#    libicu52 \
    libmozjs185-1.0 \
    locales \
    openssl \
  && rm -rf /var/lib/apt/lists/*

+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
    erlang-reltool \
#    libicu52 \
    libmozjs185-1.0 \
    locales \
    openssl \
  && rm -rf /var/lib/apt/lists/*

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# Run start script.
echo "*****Running run.sh"
CONF=/root/conf
WENOTES=/opt/wenotes
WENOTES=/opt/wenotes/server
CWD=`pwd`
# Defines
WESERVER=https://kiwilightweight@bitbucket.org/wikieducator/wenotes-server.git