mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Merge pull request #8 from OpenCHAMI/main
Update docker container to include in compose
This commit is contained in:
commit
a84fc1b4f1
1 changed files with 8 additions and 5 deletions
11
Dockerfile
11
Dockerfile
|
|
@ -1,13 +1,16 @@
|
|||
FROM cgr.dev/chainguard/wolfi-base
|
||||
|
||||
RUN apk add --no-cache tini bash
|
||||
RUN apk add --no-cache tini bash curl
|
||||
|
||||
RUN mkdir /opaal
|
||||
RUN chown 65534:65534 /opaal
|
||||
WORKDIR /opaal
|
||||
|
||||
# nobody 65534:65534
|
||||
USER 65534:65534
|
||||
|
||||
COPY opaal /opaal/opaal
|
||||
|
||||
COPY opaal /opaal
|
||||
|
||||
CMD [ "/opaal" ]
|
||||
CMD [ "/opaal/opaal" ]
|
||||
|
||||
ENTRYPOINT [ "/sbin/tini", "--" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue