mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
fix build
This commit is contained in:
@@ -14,6 +14,8 @@ ENV PYTHONUNBUFFERED=1 \
|
||||
FORCE_COLOR=1 \
|
||||
TERM=xterm-256color
|
||||
|
||||
RUN apk add --no-cache gcc
|
||||
|
||||
RUN pip install poetry
|
||||
COPY . .
|
||||
RUN poetry install --no-cache --no-root --without dev
|
||||
|
||||
Reference in New Issue
Block a user