Skip to content

Commit

Permalink
added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Nov 15, 2022
1 parent 0c74cfa commit bebe233
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM phusion/baseimage:jammy-1.0.1
MAINTAINER markusressel

RUN apt-get update \
&& apt-get -y install bc \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

COPY zfs-inplace-rebalancing.sh ./

ENTRYPOINT ["./zfs-inplace-rebalancing.sh"]

0 comments on commit bebe233

Please sign in to comment.