Skip to content

Commit 3684cf2

Browse files
committed
making sonarqube happy
1 parent d73bd21 commit 3684cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ MAINTAINER Computer Science House <webmaster@csh.rit.edu>
2222
WORKDIR /opt/conditional
2323

2424
RUN apt-get -yq update && \
25-
apt-get -yq install libsasl2-dev libldap2-dev libldap-common libssl-dev gcc g++ make
25+
apt-get -yq install libldap2-dev libldap-common libsasl2-dev libssl-dev gcc g++ make && \
26+
apt-get -yq clean all
2627

2728
COPY requirements.txt /opt/conditional
2829

29-
RUN uv pip install --system -r requirements.txt && \
30-
apt-get -yq clean all
30+
RUN uv pip install --system -r requirements.txt
3131

3232
ARG PORT=8080
3333
ENV PORT=${PORT}

0 commit comments

Comments
 (0)