Optimized Dockerfile
This commit is contained in:
@@ -24,7 +24,7 @@ COPY . .
|
|||||||
RUN pip install --upgrade pip \
|
RUN pip install --upgrade pip \
|
||||||
&& pip install PyYAML \
|
&& pip install PyYAML \
|
||||||
&& chmod +x main.py \
|
&& chmod +x main.py \
|
||||||
&& python main.py install package-manager --no-verification --quiet
|
&& python main.py install package-manager --quiet --clone-mode https
|
||||||
|
|
||||||
# Default entrypoint for pkgmgr
|
# Default entrypoint for pkgmgr
|
||||||
ENTRYPOINT ["pkgmgr"]
|
ENTRYPOINT ["pkgmgr"]
|
||||||
|
|||||||
@@ -59,6 +59,12 @@ Alternatively to installing locally, you can use Docker: build the image with
|
|||||||
docker build --no-cache -t pkgmgr .
|
docker build --no-cache -t pkgmgr .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or alternativ pull it via
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker pull kevinveenbirkenbach/pkgmgr:latest
|
||||||
|
```
|
||||||
|
|
||||||
and then run
|
and then run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user