[docker-ptf]: move docker-ptf to stretch (#2954)

This commit is contained in:
lguohan 2019-05-29 18:26:52 -07:00 committed by GitHub
parent c0eb90b96c
commit 6ca35b55d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Pavel Shirshov
@ -38,7 +38,7 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
cmake \
libqt5core5a \
libqt5network5 \
libboost-atomic1.55.0 \
libboost-atomic1.62.0 \
less \
git \
iputils-ping \

View File

@ -4,4 +4,3 @@ DOCKER_PTF = docker-ptf.gz
$(DOCKER_PTF)_PATH = $(DOCKERS_PATH)/docker-ptf
$(DOCKER_PTF)_DEPENDS += $(LIBTHRIFT) $(PYTHON_THRIFT) $(PTF)
SONIC_DOCKER_IMAGES += $(DOCKER_PTF)
SONIC_JESSIE_DOCKERS += $(DOCKER_PTF)