Use sid
This commit is contained in:
parent
0cb397fc46
commit
cf6fc7ebd9
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM library/python:3.11
|
||||
# We need to use Sid to get py3.11 and a new enough SQLite3 for 'RETURNING' syntax
|
||||
FROM debian:sid
|
||||
MAINTAINER Reid 'arrdem' McKenzie <me@arrdem.com>
|
||||
|
||||
# RUN pip install --upgrade pip
|
||||
RUN apt-get update && apt-get install -y python3 sqlite3
|
||||
|
||||
RUN useradd -d /app app
|
||||
RUN mkdir -p /app /data
|
||||
|
|
Loading…
Reference in a new issue