Skip to content

Commit 7b50445

Browse files
committed
replace gcc with clang
1 parent ed77a47 commit 7b50445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM docker.io/library/fedora:latest
44

55
# Install supported python versions and nodejs.
6-
RUN dnf -y --nodocs install /usr/bin/{python3.7,python3.8,python3.9,python3.10,python3.11,git,gcc,conda} && \
6+
RUN dnf -y --nodocs install /usr/bin/{python3.7,python3.8,python3.9,python3.10,python3.11,git,conda,clang} && \
77
dnf clean all
88

99
ENV NVM_VERSION=0.39.3

0 commit comments

Comments
 (0)