Skip to content

Commit

Permalink
added a test dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aswin-vijayan committed Feb 23, 2024
1 parent 2c1f9ea commit 4a253c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM techiescamp/jre-17:1.0.0
RUN apt-get update && \
apt-get install -y --no-install-recommends docker.io && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 4a253c0

Please sign in to comment.