Skip to content

Commit 6882366

Browse files
Update Dockerfile
1 parent 29247e2 commit 6882366

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get clean
88
# Upgrade pip to latest version
99
RUN pip install --upgrade pip
1010
RUN pip3 install -r requirements.txt
11+
RUN ls -ltr
1112

1213
# Ensure SQLite is installed
1314
RUN apt-get install -y sqlite3

0 commit comments

Comments
 (0)