We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8101480 + f173da8 commit 7f224e3Copy full SHA for 7f224e3
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