Skip to content

Commit

Permalink
Install gpg-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Apr 23, 2020
1 parent b309f3d commit ac1332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cpu-release/build-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV MKL_VERSION ${MKL_VERSION}
RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
software-properties-common \
build-essential \
git tar wget curl && \
git tar wget curl gpg-agent && \
rm -rf /var/lib/apt/lists/*

# Install cmake
Expand Down

0 comments on commit ac1332a

Please sign in to comment.