version-0.2.1a

This commit is contained in:
Untone 2024-01-07 14:43:02 +03:00
parent 02c4810437
commit 84a7bc4057

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app
RUN apt-get update && \
apt-get install -y git curl && \
apt-get install -y git gcc curl && \
curl -sSL https://install.python-poetry.org | python - && \
echo "export PATH=$PATH:/root/.local/bin" >> ~/.bashrc && \
. ~/.bashrc && \