@@ -64,6 +64,8 @@ RUN curl -sL ${GOOGLE_INTEGRATION_URL} | tar xzf - -C ${BASE_DIR}/custom_apps
RUN rm-rf${BASE_DIR}/themes/Murena/*&&\
curl -sL${SNAPPY_THEME_VERSION} | tar xzf - -C${BASE_DIR}/themes/Murena/
#Workaround to fix line break when answering an email on firefox
RUN sed-i's/this.oEditor?.focus()/(this.oEditor?.focus(),navigator.userAgent.includes("Firefox")\&\&(window.getSelection().modify("move","forward","character"),window.getSelection().modify("move","backward","character")))/'${BASE_DIR}/custom_apps/snappymail/app/snappymail/v/*/static/js/min/app.min.js