mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
adjust talk-recording dockerfile to only touch the recording.conf
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
ad570de0b1
commit
a797f624ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
FROM python:3.11.3-alpine3.18
|
FROM python:3.11.3-alpine3.18
|
||||||
|
|
||||||
COPY --chmod=775 start.sh /start.sh
|
COPY --chmod=775 start.sh /start.sh
|
||||||
COPY --chmod=664 recording.conf /etc/recording.conf
|
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
|
@ -28,6 +27,7 @@ RUN set -ex; \
|
||||||
mv -v /src/recording/pyproject.toml /src/recording/src/pyproject.toml; \
|
mv -v /src/recording/pyproject.toml /src/recording/src/pyproject.toml; \
|
||||||
python3 -m pip install /src/recording/src; \
|
python3 -m pip install /src/recording/src; \
|
||||||
rm -rf /src; \
|
rm -rf /src; \
|
||||||
|
touch /etc/recording.conf; \
|
||||||
chown recording:recording -R \
|
chown recording:recording -R \
|
||||||
/tmp /etc/recording.conf; \
|
/tmp /etc/recording.conf; \
|
||||||
apk del --no-cache \
|
apk del --no-cache \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue