bump to alpine 3.17, tweaking, fixes for py 3.10

This commit is contained in:
t3chn0m4g3
2023-01-23 15:42:59 +00:00
parent 8119aca317
commit 390390fd43
8 changed files with 13 additions and 12 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.17
#
# Include dist
COPY dist/ /root/dist/

View File

@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.17
#
# Include dist
COPY dist/ /root/dist/

View File

@ -1,2 +1,2 @@
aiohttp_jinja2==1.1.0
aiohttp_jinja2==1.5.0
cssutils==1.0.2

View File

@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.17
#
# Include dist
COPY dist/ /root/dist/
@ -31,12 +31,13 @@ RUN apk -U --no-cache add \
python3-dev && \
#
# Setup Tanner
git clone https://github.com/mushorg/tanner /opt/tanner && \
# git clone https://github.com/mushorg/tanner /opt/tanner && \
git clone https://github.com/t3chn0m4g3/tanner /opt/tanner && \
cd /opt/tanner/ && \
# git fetch origin pull/364/head:test && \
# git checkout test && \
# git checkout 20dabcbccc50f8878525677b925a4c9abcaf9f54 && \
git checkout 2fdce2e2ad7e125012c7e6dcbfa02b50f73c128e && \
# git checkout 2fdce2e2ad7e125012c7e6dcbfa02b50f73c128e && \
# sed -i 's/aioredis/aioredis==1.3.1/g' requirements.txt && \
# sed -i 's/^aiohttp$/aiohttp==3.7.4/g' requirements.txt && \
cp /root/dist/config.yaml /opt/tanner/tanner/data && \
@ -68,7 +69,7 @@ RUN apk -U --no-cache add \
git \
libcap \
libffi-dev \
libressl-dev \
# libressl-dev \
linux-headers \
python3-dev && \
rm -rf /root/* && \