Browse Source
Pin debian version to Buster
Bullseye isn't currently supported on the Pi 4
pull/563/head
Jake Howard
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docker/Dockerfile
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM python:3.9-slim |
|
|
|
FROM python:3.9-slim-buster |
|
|
|
|
|
|
|
RUN useradd --system hc |
|
|
|
ENV PYTHONUNBUFFERED=1 |
|
|
|