Create Docker image for Samovar 0.5.
Chris Pressey
1 year, 8 months ago
0 | |
FROM python:3.5.7-slim-stretch
|
|
0 |
FROM python:3.11-slim
|
1 | 1 |
RUN apt-get update && apt-get upgrade -y
|
2 | 2 |
RUN mkdir /mnt/host
|
3 | 3 |
WORKDIR /usr/src/app
|
0 | 0 |
ORGNAME=catseye
|
1 | 1 |
SOURCE=Samovar
|
2 | 2 |
EXENAME=samovar
|
3 | |
VERSION=0.4
|
|
3 |
VERSION=0.5
|