immich env vars added
alpine updated from 3.11 to 3.16.3
This commit is contained in:
parent
da143b6219
commit
e10e983b0d
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
||||||
FROM alpine:3.11
|
FROM alpine:3.16.4
|
||||||
|
|
||||||
# Installing required packages
|
# Installing required packages
|
||||||
RUN apk add --update --no-cache \
|
FROM alpine/doctl
|
||||||
python3
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
||||||
|
RUN python3 -m ensurepip
|
||||||
|
RUN pip3 install --no-cache --upgrade pip setuptools
|
||||||
|
|
||||||
# Install package
|
# Install package
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
Loading…
Reference in a new issue