Skip to content

Commit 4bc6841

Browse files
committed
chore: fix ci
1 parent 2bd7b5d commit 4bc6841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.8-slim-buster
22

3-
RUN sudo apt-get install gcc
3+
RUN apt-get install gcc
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)