mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Install google dependencies in debian pkgs
This commit is contained in:
parent
414292bc50
commit
d6268f24a1
1 changed files with 2 additions and 1 deletions
|
|
@ -23,11 +23,12 @@ WORKDIR /vdirsyncer/vdirsyncer/
|
||||||
RUN mkdir /vdirsyncer/pkgs/
|
RUN mkdir /vdirsyncer/pkgs/
|
||||||
|
|
||||||
RUN basename *.tar.gz .tar.gz | cut -d'-' -f2 | sed -e 's/\.dev/~/g' | tee version
|
RUN basename *.tar.gz .tar.gz | cut -d'-' -f2 | sed -e 's/\.dev/~/g' | tee version
|
||||||
|
RUN (echo -n *.tar.gz; echo '[google]') | tee requirements.txt
|
||||||
RUN . /vdirsyncer/env/bin/activate; fpm -s virtualenv -t deb \
|
RUN . /vdirsyncer/env/bin/activate; fpm -s virtualenv -t deb \
|
||||||
-n "vdirsyncer-latest" \
|
-n "vdirsyncer-latest" \
|
||||||
-v "$(cat version)" \
|
-v "$(cat version)" \
|
||||||
--prefix /opt/venvs/vdirsyncer-latest \
|
--prefix /opt/venvs/vdirsyncer-latest \
|
||||||
*.tar.gz
|
requirements.txt
|
||||||
|
|
||||||
RUN mv /vdirsyncer/vdirsyncer/*.deb /vdirsyncer/pkgs/
|
RUN mv /vdirsyncer/vdirsyncer/*.deb /vdirsyncer/pkgs/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue