mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Added Dockerfile
This commit is contained in:
parent
448cb50974
commit
76992c296a
1 changed files with 13 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
FROM cgr.dev/chainguard/wolfi-base
|
||||||
|
|
||||||
|
RUN apk add --no-cache tini bash
|
||||||
|
|
||||||
|
# nobody 65534:65534
|
||||||
|
USER 65534:65534
|
||||||
|
|
||||||
|
|
||||||
|
COPY opaal /opaal
|
||||||
|
|
||||||
|
CMD [ "/opaal" ]
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/sbin/tini", "--" ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue