We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f324da commit f173da8Copy full SHA for f173da8
Dockerfile
@@ -13,6 +13,11 @@ ENV COMMIT_SHA=${COMMIT_SHA}
13
14
# Install Poetry
15
RUN pip install "poetry==$POETRY_VERSION"
16
+RUN apt-get update && \
17
+ apt-get install -y curl && \
18
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
19
+
20
+ENV PATH="/root/.cargo/bin:${PATH}"
21
22
# Copy the application source code
23
COPY ./spotiplex ${SRC_DIR}/spotiplex
0 commit comments