Skip to content

Commit ffc42a7

Browse files
committed
alphabetized stuff
1 parent 3684cf2 commit ffc42a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MAINTAINER Computer Science House <webmaster@csh.rit.edu>
2222
WORKDIR /opt/conditional
2323

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

2828
COPY requirements.txt /opt/conditional

0 commit comments

Comments
 (0)