We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c179c66 commit e6daa20Copy full SHA for e6daa20
projects/pygments/Dockerfile
@@ -21,6 +21,8 @@ RUN git clone \
21
--branch master \
22
https://github.com/pygments/pygments.git
23
24
+RUN python3 -m pip install --upgrade pip
25
+
26
WORKDIR pygments
27
28
RUN git clone --depth 1 https://github.com/google/fuzzing
projects/pygments/build.sh
@@ -16,7 +16,7 @@
16
################################################################################
17
18
# Build and install project (using current CFLAGS, CXXFLAGS).
19
-pip3 install .
+python3 -m pip install .
20
# Build fuzzers in $OUT.
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
0 commit comments