Skip to content

Commit

Permalink
add docker image for bash
Browse files Browse the repository at this point in the history
  • Loading branch information
autotaker authored and beevee committed Jul 2, 2020
1 parent f47ed45 commit e540c83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dockerfiles/bash/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM debian:buster-20200607-slim
WORKDIR /source

COPY install .

ENTRYPOINT ["bash", "./run.sh"]

0 comments on commit e540c83

Please sign in to comment.