mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
apphub
This commit is contained in:
parent
79d3aa0a25
commit
4da1c99fa0
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM python:3.10-bullseye AS buildstage
|
||||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||||
LABEL version="0.0.1"
|
LABEL version="0.0.1"
|
||||||
|
|
||||||
ENV LIBRARY_VERSION=v0.5.6
|
ENV LIBRARY_VERSION=v0.5.7
|
||||||
|
|
||||||
# Prepare library
|
# Prepare library
|
||||||
RUN wget https://github.com/Websoft9/docker-library/archive/refs/tags/$LIBRARY_VERSION.zip -O ./library.zip && \
|
RUN wget https://github.com/Websoft9/docker-library/archive/refs/tags/$LIBRARY_VERSION.zip -O ./library.zip && \
|
||||||
|
@ -38,7 +38,6 @@ VOLUME /usr/websoft9/apphub/logs
|
||||||
VOLUME /usr/websoft9/apphub/src/conf
|
VOLUME /usr/websoft9/apphub/src/conf
|
||||||
VOLUME /usr/websoft9/media
|
VOLUME /usr/websoft9/media
|
||||||
|
|
||||||
|
|
||||||
# Clean cache and install files
|
# Clean cache and install files
|
||||||
RUN rm -rf apphub/docs apphub/tests library.zip plugin-appstore && \
|
RUN rm -rf apphub/docs apphub/tests library.zip plugin-appstore && \
|
||||||
apt clean && \
|
apt clean && \
|
||||||
|
|
Loading…
Reference in a new issue