We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3684cf2 commit ffc42a7Copy full SHA for ffc42a7
Dockerfile
@@ -22,7 +22,7 @@ MAINTAINER Computer Science House <webmaster@csh.rit.edu>
22
WORKDIR /opt/conditional
23
24
RUN apt-get -yq update && \
25
- apt-get -yq install libldap2-dev libldap-common libsasl2-dev libssl-dev gcc g++ make && \
+ apt-get -yq install gcc g++ libldap2-dev libldap-common libsasl2-dev libssl-dev make && \
26
apt-get -yq clean all
27
28
COPY requirements.txt /opt/conditional
0 commit comments