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

Unverified Commit 7ff08c5a authored by Akhil's avatar Akhil
Browse files

remove tar file

parent d66d76c6
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -81,11 +81,12 @@ RUN curl -fsSL -o snappymail.tar.gz \
    rm snappymail.tar.gz;

# Snappy theme
RUN curl -fsSL -o Murena-theme.tar.gz \
RUN curl -fsSL -o Murena-snappymail-theme.tar.gz \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/snappymail-theme/-/archive/${SNAPPY_THEME_VERSION}/snappymail-theme-${SNAPPY_THEME_VERSION}.tar.gz" && \
    tar -xf Murena-theme.tar.gz -C /tmp/ && \
    tar -xf Murena-snappymail-theme.tar.gz -C /tmp/ && \
    mv /tmp/snappymail-theme-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/themes/Murena && \
    chown -R www-data:www-data ${BASE_DIR}/themes/Murena/
    chown -R www-data:www-data ${BASE_DIR}/themes/Murena/ && \
    rm -rf Murena-snappymail-theme.tar.gz

# Remove unzip when unzipping is done
RUN apt-get -y remove unzip