Skip to content

Commit

Permalink
add g++
Browse files Browse the repository at this point in the history
  • Loading branch information
romnovi committed Jan 2, 2025
1 parent c34383b commit 24fbad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN apt-get update && \
ca-certificates \
curl \
jq \
gnupg
gnupg \
g++

# Set up Docker repository
RUN install -m 0755 -d /etc/apt/keyrings
Expand Down

0 comments on commit 24fbad6

Please sign in to comment.