Skip to content

Commit b6ae12b

Browse files
jlevequelguohan
authored andcommitted
[201803] Install specific version of ctypesgen to fix build (#3576)
Port of #3434 to the 201803 branch.
1 parent 7cd7763 commit b6ae12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic-slave/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ RUN python2 -m pip install -U pip==9.0.3
240240

241241
# For p4 build
242242
RUN pip install \
243-
ctypesgen \
243+
ctypesgen==0.r125 \
244244
crc16
245245

246246
# For sonic config engine testing

0 commit comments

Comments
 (0)