瀏覽代碼

fix libhwloc dependency

kannix 4 年之前
父節點
當前提交
67968478bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -14,7 +14,7 @@ RUN git apply build.patch
 RUN mkdir build && cd build && cmake .. -DOPENSSL_USE_STATIC_LIBS=TRUE && make
 
 FROM ubuntu:latest
-RUN apt-get update && apt-get install -y libhwloc5
+RUN apt-get update && apt-get install -y libhwloc15
 RUN useradd -ms /bin/bash monero
 USER monero
 WORKDIR /home/monero