fixes #6353 by changing tag on base image (#7335)

This commit is contained in:
Connor Hogendorn 2019-04-20 16:17:52 -04:00 committed by Maxime Beauchemin
parent 5db20e3545
commit 0ea8291b77
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM python:3.6
FROM python:3.6-jessie
RUN useradd --user-group --create-home --no-log-init --shell /bin/bash superset