Skip to content

Commit 7f224e3

Browse files
authored
Merge pull request #48 from anisjonischkeit/fix-docker-file
Fix Dockerfile
2 parents 8101480 + f173da8 commit 7f224e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ ENV COMMIT_SHA=${COMMIT_SHA}
1313

1414
# Install Poetry
1515
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}"
1621

1722
# Copy the application source code
1823
COPY ./spotiplex ${SRC_DIR}/spotiplex

0 commit comments

Comments
 (0)