Add menus provided by Zeus WPI by default
This commit is contained in:
parent
7b78e7d8ff
commit
45b4913657
2 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
# Include source, config and scripts
|
# Include source, config and scripts
|
||||||
!app
|
!app
|
||||||
!etc
|
!etc
|
||||||
!menus
|
|
||||||
!*.md
|
!*.md
|
||||||
!*.sh
|
!*.sh
|
||||||
!*.txt
|
!*.txt
|
||||||
|
|
|
@ -5,6 +5,10 @@ WORKDIR /src
|
||||||
|
|
||||||
RUN pip install pymysql
|
RUN pip install pymysql
|
||||||
|
|
||||||
|
ADD https://git.zeus.gent/haldis/menus/-/archive/master/menus-master.tar /tmp
|
||||||
|
RUN mkdir menus && \
|
||||||
|
tar --directory=menus --extract --strip-components=1 --file=/tmp/menus-master.tar
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue