Skip to content
Snippets Groups Projects
Verified Commit 30365a94 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

update Dockerfile versions and use newer version of user-panel with updated Dockerfile

parent fc2b43de
No related branches found
No related tags found
2 merge requests!43Merge master into 0.2 branch,!41Resolve "Update Dockerfile Python versions"
Pipeline #7317 failed with stages
in 8 minutes and 26 seconds
FROM python:3.7-alpine
FROM python:3.9-alpine
RUN apk add gcc libc-dev libffi-dev
......
FROM python:3.7-alpine
FROM python:3.9-alpine
RUN apk add gcc libc-dev libffi-dev
RUN apk add gcc libc-dev libffi-dev g++
WORKDIR /usr/src/app
......
FROM python:3.7-alpine
FROM python:3.9-alpine
RUN apk add gcc libc-dev libffi-dev
......
FROM python:3.7-alpine
FROM python:3.9-alpine
WORKDIR /usr/src/app
......
FROM python:3.7-alpine
FROM python:3.9-alpine
RUN apk add build-base git bc
......
Subproject commit 1d91df409b144ac2a0a707b90209c3042028e42e
Subproject commit fc81c23c8c0673f58a0790485be3e702859bfc70
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment