Skip to content

Commit

Permalink
fix: fix GPG key error
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-Huang committed Nov 26, 2024
1 parent 3f9eef1 commit 27b8a40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ ENV PYTHONUNBUFFERED=1
# Speed up some cmake builds
ENV CMAKE_BUILD_PARALLEL_LEVEL=8

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B

# Install Python, git and other necessary tools
RUN apt-get update && apt-get install -y \
RUN apt-get update --allow-releaseinfo-change && apt-get install -y \
python3.10 \
python3-pip \
git \
Expand Down

0 comments on commit 27b8a40

Please sign in to comment.