diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile index 2949f16e4..becfb00b2 100644 --- a/contrib/docker/Dockerfile +++ b/contrib/docker/Dockerfile @@ -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