Skip to content

Commit

Permalink
Fix Dockerfile copyright year and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Feb 17, 2019
1 parent 8d69dc2 commit 6ecb550
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-support/docker/travis_ci_py27_ucs2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Copyright 2017 Pants project contributors (see CONTRIBUTORS.md).
# Copyright 2019 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

# This file duplicates travis_ci/Dockerfile, except it installs Python 2.7 instaed of Python 3.6
# and adds the env var PYTHON_CONFIGURE_OPTS to install it with UCS2.

# Use our custom Centos6 image for binary compatibility with old linux distros.
FROM pantsbuild/centos6:latest

Expand Down

0 comments on commit 6ecb550

Please sign in to comment.