We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73bd21 commit 3684cf2Copy full SHA for 3684cf2
Dockerfile
@@ -22,12 +22,12 @@ MAINTAINER Computer Science House <webmaster@csh.rit.edu>
22
WORKDIR /opt/conditional
23
24
RUN apt-get -yq update && \
25
- apt-get -yq install libsasl2-dev libldap2-dev libldap-common libssl-dev gcc g++ make
+ apt-get -yq install libldap2-dev libldap-common libsasl2-dev libssl-dev gcc g++ make && \
26
+ apt-get -yq clean all
27
28
COPY requirements.txt /opt/conditional
29
-RUN uv pip install --system -r requirements.txt && \
30
- apt-get -yq clean all
+RUN uv pip install --system -r requirements.txt
31
32
ARG PORT=8080
33
ENV PORT=${PORT}
0 commit comments