Skip to content

Commit 89922eb

Browse files
Update Dockerfile
1 parent c49b44c commit 89922eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.11-slim
22

33
WORKDIR /app
44

5-
RUN apt update -y && apt install -y git build-essential
5+
RUN apt update -y && apt install -y git build-essential tree
66

77
# Clone the repository
88
RUN git clone https://github.com/SkyTheCodeMaster/upc-api.git /app/upc-api

0 commit comments

Comments
 (0)