Skip to content

Commit cdb35c8

Browse files
Update Dockerfile to install rust as dep
1 parent f3e2b9d commit cdb35c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ RUN apk add --no-cache \
3838
ruby-dev \
3939
nginx \
4040
curl \
41+
rust \
42+
cargo \
4143
libxml2-dev \
4244
libxslt-dev
4345

@@ -63,4 +65,4 @@ COPY ./backend/ ./
6365

6466
# Expose ports and define the command to run the application
6567
EXPOSE 5000
66-
CMD ["python3", "app.py"]
68+
CMD ["python3", "app.py"]

0 commit comments

Comments
 (0)