Skip to content

Commit

Permalink
Remove redundant installation of libldap2-dev
Browse files Browse the repository at this point in the history
Removed the redundant installation of libldap2-dev library in the Dockerfile. This is fixing for cvat-ai#1852.
  • Loading branch information
lravindr authored Jul 17, 2020
1 parent b025ace commit dc6da7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN apt-get update && \
libavfilter-dev \
libavformat-dev \
libavutil-dev \
libldap2-dev \
libswresample-dev \
libswscale-dev \
libldap2-dev \
Expand Down

0 comments on commit dc6da7f

Please sign in to comment.