Skip to content

Commit 1e89f38

Browse files
committed
Update Dockerfile
- add frequently used apps - htop and nano
1 parent 72bd211 commit 1e89f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM python:3.10-slim-buster as prod
1919
COPY --from=venv /app/venv /app/venv/
2020
ENV PATH /app/venv/bin:$PATH
2121

22-
RUN apt-get update && apt-get install -y tini
22+
RUN apt-get update && apt-get install -y tini htop nano
2323

2424
WORKDIR /app
2525
COPY . ./

0 commit comments

Comments
 (0)