Skip to content

Commit

Permalink
ClashKing v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Jan 29, 2024
1 parent 612b9ac commit 6fc63d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM python:3.11-bookworm

RUN apt-get install libsnappy-dev

COPY requirements.txt /app/
WORKDIR /app

RUN sudo apt-get install libsnappy-dev
RUN pip install -r requirements.txt
COPY . .

Expand Down

0 comments on commit 6fc63d6

Please sign in to comment.