Skip to content

Commit

Permalink
add missing dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Jun 9, 2024
1 parent 15aee34 commit f05db48
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM alpine

RUN apk add make bash

RUN adduser -D builder -h /builder/

USER builder

ADD ./ /builder/

WORKDIR /builder/

0 comments on commit f05db48

Please sign in to comment.