Skip to content

Commit

Permalink
Remove GCC version pinning. (#2316)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2316

## Context
The current build pipeline is broken because the coordinator image can't find that version of GCC. GCC is needed for the pip installs of the thrift libraries.

Reviewed By: ztlbells

Differential Revision: D47021168

fbshipit-source-id: 9091549cbd87d28f27ed4cb951e69754b24d9f94
  • Loading branch information
musebc authored and facebook-github-bot committed Jun 26, 2023
1 parent 861b066 commit c24a081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbpcs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update
RUN apt-get install -y software-properties-common
RUN apt-get update && apt-get install -y \
awscli \
gcc=4:10.2.1-1 \
gcc \
git \
unzip \
vim
Expand Down

0 comments on commit c24a081

Please sign in to comment.