Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Aug 4, 2023
1 parent 3e5a033 commit 598fc2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM debian:bookworm-slim

RUN apt-get update --yes
RUN apt-get install --yes openssl curl jq

COPY humanscript /bin/humanscript

WORKDIR /data

0 comments on commit 598fc2e

Please sign in to comment.