Update wrapper/dockerfile
This commit is contained in:
parent
2999ec98e7
commit
dcff277d1a
@ -21,6 +21,10 @@ RUN if [ "$WITH_PLAYWRIGHT" = "1" ]; then \
|
||||
&& rm -rf /var/lib/apt/lists/*; \
|
||||
fi
|
||||
|
||||
# ---- install wrapper python deps (includes playwright) ----
|
||||
COPY requirements.txt /app/requirements-wrapper.txt
|
||||
RUN pip install --no-cache-dir -r /app/requirements-wrapper.txt
|
||||
|
||||
# ---- wrapper entrypoint ----
|
||||
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
|
||||
RUN chmod +x /app/docker-entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user