aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/python_stretch.include
blob: 45bafe51842b5420aa94e143fcd2c4bd4bec73a0 (plain)
1
2
3
4
5
6
7
8
9
FROM debian:stretch
  
<%include file="./apt_get_basic.include"/>
<%include file="./gcp_api_libraries.include"/>
<%include file="./apt_get_python_27.include"/>
<%include file="./debian_testing_repo.include"/>
<%include file="./run_tests_addons.include"/>
# Define the default command.
CMD ["bash"]