-
Hello,
1. Clone the Sylius-Standard repo
2. Run make init in WSL2
3. At the end the PHP container crash with the following logs
```
2024-10-08 17:27:57 fixuid: fixuid should only ever be used o…
-
-
Issue:
- [x] Currently the `production image` have an `enormous size`. Adding a multistage docker file to reduce the size of the image.
- [x] Reduces the image size drastically.
Proposed Solution…
-
#### We need to add a Dockerfile to containerize the PenCraft-Full-Stack-Blogging-Application. This will help ensure consistency across different development and production environments. The Dockerfil…
-
Hi, I'd like to run functionary via Kubernetes, so I'm looking for a dockerfile to build the image or an official docker image to use. Is that something that you would be interested in supporting?
…
-
In `geneontology/minerva:v4`:
```
bash-4.4$ /app/run.sh
bash: /app/run.sh: /bin/bash\nset: bad interpreter: No such file or directory
bash-4.4$
```
-
Thanks for your work on roshambo! Has anyone managed to get roshambo working in a docker image? Here is my attempt:
Dockerfile:
```
FROM mambaorg/micromamba:1.5.9 as micromamba
FROM nvidia/cud…
-
I wrote one already, it works for me, maybe it will help others 😙
```
FROM python:3.8-alpine
WORKDIR /uploads
VOLUME /uploads
RUN apk add gcc musl-dev libffi-dev openssl-dev
RUN pip inst…
-
I would like to add a Dockerfile in this project so that it will be easy for the users to setup. It will enhance your project.
I would like to work on it under GSSOC-ext and hacktoberfest
-
We have some comments on your Dockerfile.
For security
- You should not run as root in the container
- The base image contains an unnecessary amount, i.e. an unnecessarily large attack surface
…