mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 05:34:12 +00:00
Install curl
This commit is contained in:
parent
6e54582d1e
commit
cd1f864b31
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ WORKDIR /app
|
|||
|
||||
COPY --from=builder /app .
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y curl
|
||||
|
||||
EXPOSE ${port}
|
||||
|
||||
ENTRYPOINT /app/wrapperr -port=${port}
|
||||
|
|
Loading…
Reference in a new issue