Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SerodioJ committed Feb 26, 2024
1 parent d9c6ea9 commit ee55cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /pypapi/papi/src

ENV CFLAGS="-fPIC -Werror=format-truncation=0"
ENV PAPI_COMPONENTS="net powercap rapl"
RUN ./configure --with-components=${PAPI_COMPONENTS} && \
RUN ./configure --with-components="${PAPI_COMPONENTS}" && \
make

WORKDIR /pypapi
Expand Down

0 comments on commit ee55cc3

Please sign in to comment.