diff --git a/Dockerfile b/Dockerfile index b514f64..9c196f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This image builds Yocto 2.2 jobs using the kas tool -FROM debian:8.8 +FROM debian:jessie-slim ENV LOCALE=en_US.UTF-8 RUN apt-get update && \