Skip to content

Commit

Permalink
gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
kudj committed Oct 17, 2024
1 parent ffb3289 commit 75304d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python-sync-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ RUN apt-get update && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -y nodejs

RUN apt-get install -y gcc g++

# Install build essentials
RUN apt-get install -y build-essential

RUN gcc --version && g++ --version

# Install curlconverter using npm
RUN npm install --global [email protected]

Expand Down

0 comments on commit 75304d8

Please sign in to comment.