Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9529dced authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

Merge branch 'rollback-nc-version' into 'master'

rollback sed version to 20,0,11,5 for no rsync / upgrade process triggering

See merge request !37
parents 88231aed 24e95cc1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images
COPY patches/ ${TMP_PATCH_DIR}/
COPY custom_entrypoint.sh /
RUN chmod +x /custom_entrypoint.sh
RUN sed -i 's/20,0,11,1/20,0,11,6/' ${BASE_DIR}/version.php
RUN sed -i 's/20,0,11,1/20,0,11,5/' ${BASE_DIR}/version.php

# Install unzip for unzipping artifacts
RUN apt-get update && apt-get install unzip