diff --git a/Dockerfile b/Dockerfile index 95dcc98..47e0a8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ubuntu:latest +ENTRYPOINT ["/bin/bash"] RUN \ apt update && \ apt -y upgrade && \