build-unit-test-docker: Get rid of custom flags for libvncserver

We don't really need this configuration, we just want the build to
work in our environment.

Change-Id: I1864ad10ee9ade84233d47acefa4474d23dc072e
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index 644189d..2e86cf5 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -141,6 +141,7 @@
     libevdev-dev \
     libevdev2-dbgsym \
     libjpeg-dev \
+    libpng-dev \
     sudo \
     curl \
     git \
@@ -202,7 +203,7 @@
 cd libvncserver && \
 mkdir build && \
 cd build && \
-cmake ${CMAKE_FLAGS[@]} -DWITH_PNG=OFF .. && \
+cmake ${CMAKE_FLAGS[@]} .. && \
 make -j$(nproc) && \
 make install