File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ COPY frontend /opt/conditional/frontend
1616
1717RUN npm run webpack
1818
19- FROM docker.io/python:3 .12-slim- bookworm
19+ FROM astral/uv:python3 .12-bookworm-slim
2020MAINTAINER Computer Science House <webmaster@csh.rit.edu>
2121
2222WORKDIR /opt/conditional
2323
2424COPY requirements.txt /opt/conditional
2525
2626RUN apt-get -yq update && \
27- apt-get -yq install libsasl2-dev libldap2-dev libldap-common libssl-dev gcc g++ make && \
28- pip install -r requirements.txt && \
29- apt-get -yq clean all
27+ apt-get -yq install libsasl2-dev libldap2-dev libldap-common libssl-dev gcc g++ make
28+ RUN uv pip install --system - r requirements.txt
29+ RUN apt-get -yq clean all
3030
3131ARG PORT=8080
3232ENV PORT=${PORT}
You can’t perform that action at this time.
0 commit comments