forked from gaugendre/ofx-processor
fix dockerfile AS
This commit is contained in:
parent
d8c9240808
commit
c7acfcd099
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN wget -q https://github.com/mozilla/geckodriver/releases/download/$GECKODRIVE
|
|||
&& tar xvf $GECKODRIVER_FILENAME \
|
||||
&& rm $GECKODRIVER_FILENAME
|
||||
|
||||
FROM python:3.11-slim-bookworm as final
|
||||
FROM python:3.11-slim-bookworm AS final
|
||||
RUN apt-get update && apt-get install -y firefox-esr
|
||||
COPY --from=downloader /app/geckodriver /usr/local/bin/geckodriver
|
||||
ARG OFX_VERSION
|
||||
|
|
Loading…
Reference in a new issue