bigdata-memory commented on code in PR #307: URL: https://github.com/apache/mnemonic/pull/307#discussion_r948672858
########## docker/docker-Ubuntu/Dockerfile: ########## @@ -15,13 +15,13 @@ # limitations under the License. # -FROM ubuntu:21.10 +FROM ubuntu:22.04 LABEL maintainer="Yanhui Zhao ([email protected])" RUN apt-get -y update && apt-get install -y software-properties-common && add-apt-repository ppa:openjdk-r/ppa && apt-get -y update && \ apt-get install -y openjdk-17-jdk cmake check git pkg-config autoconf man build-essential gcc g++ uuid-dev pandoc devscripts flex doxygen maven -RUN apt-get install -y libndctl-dev libpmem-dev libvmem-dev libpmemobj-dev libmemkind-dev +RUN apt-get install -y libndctl-dev libpmem-dev libpmemobj-dev libmemkind-dev Review Comment: I'm not sure that it can get build if we remove this dependent library as the libmemkind-dev still uncompleted. thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
