Skip to content

Commit e5b2b59

Browse files
Updates entrypoint in release container
1 parent 67c72ad commit e5b2b59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tripy/Dockerfile.release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ LABEL org.opencontainers.image.description="Tripy Release Container"
44

55
WORKDIR /app
66

7+
ENTRYPOINT ["/bin/bash"]
8+
79
RUN apt-get update && \
810
apt-get install -y --no-install-recommends wget curl ca-certificates && \
911
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)