Imported Upstream version 1.41.0
[platform/upstream/grpc.git] / templates / tools / dockerfile / test / node_jessie_x64 / Dockerfile.template
index af85a54..1777263 100644 (file)
   # See the License for the specific language governing permissions and
   # limitations under the License.
 
-  FROM debian:jessie
+  <%include file="../../debian_8_header.include"/>
 
   <%include file="../../apt_get_basic.include"/>
-  <%include file="../../gcp_api_libraries.include"/>
 
   # Install Electron apt dependencies
   RUN apt-get update && apt-get install -y ${'\\'}
@@ -30,6 +29,7 @@
     xvfb
 
   <%include file="../../python_deps.include"/>
+  <%include file="../../gcp_api_libraries.include"/>
   <%include file="../../node_deps.include"/>
   <%include file="../../run_tests_addons.include"/>
   # Install Mako to generate files in grpc/grpc-node