Skip to content

Commit

Permalink
Install req pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Arash Hatami <hatamiarash7@gmail.com>
  • Loading branch information
hatamiarash7 committed Aug 7, 2022
1 parent 7cb8bb3 commit f5e9666
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM debian:stable-20220801-slim

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

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit f5e9666

Please sign in to comment.