version-0.2.1a
This commit is contained in:
parent
02c4810437
commit
84a7bc4057
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN apt-get update && \
|
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 - && \
|
curl -sSL https://install.python-poetry.org | python - && \
|
||||||
echo "export PATH=$PATH:/root/.local/bin" >> ~/.bashrc && \
|
echo "export PATH=$PATH:/root/.local/bin" >> ~/.bashrc && \
|
||||||
. ~/.bashrc && \
|
. ~/.bashrc && \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user