Skip to content

Commit

Permalink
fix missing ENTRYPOINT in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dergeberl committed Apr 27, 2022
1 parent 095bcad commit 2e8f1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

ENTRYPOINT ["sleep", "infinity"]


### nettools container image
Expand Down

0 comments on commit 2e8f1a5

Please sign in to comment.