fid
COPY . /playpen/src/

RUN cd /playpen/src && \
rm -fr .build &&\
mkdir .build && \
cd .build && \
cmake .. && \
make install
載入新的回覆