mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-27 18:52:22 +02:00
11 lines
213 B
Docker
11 lines
213 B
Docker
FROM paulscherrerinstitute/sf-daq_phdf5:1.0.0
|
|
|
|
COPY . /sf_daq_buffer/
|
|
|
|
RUN mkdir /sf_daq_buffer/build && \
|
|
cd /sf_daq_buffer/build && \
|
|
cmake3 .. && \
|
|
make std-det-writer
|
|
|
|
WORKDIR /sf_daq_buffer/build
|