@@ -15,4 +15,4 @@ RUN apt-get update && \
apt-get --yes upgrade && \
apt-get --yes install ${BUILDDEPS}
-CMD [ "/bin/bash", "-c", "#(noop)" ]
+ENTRYPOINT ["/bin/bash", "-c"]