Skip to content

Commit

Permalink
Turn off CGO in Authz/DBS/SpecScans services
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Feb 12, 2024
1 parent 7960ca8 commit 3c49b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ENV WDIR=/data
WORKDIR $WDIR
RUN mkdir /build
RUN git clone https://github.com/CHESSComputing/$PROJECT
ARG CGO_ENABLED=0
RUN cd $PROJECT && make && cp srv /build

# build final image for given image
Expand Down

0 comments on commit 3c49b8e

Please sign in to comment.