Commit graph

9 commits

Author SHA1 Message Date
Sebastian Yaghoubi
310ba02dcb
fix(docker): run apt as non-interactive
Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
2024-12-26 14:10:31 -08:00
Sebastian Yaghoubi
a02212dc66
chore(docker): dont install recommended packages with git
Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
2024-12-26 14:09:58 -08:00
Sebastian Yaghoubi
e5b8b1b580
fix(docker): build app from source locally instead of installing package
Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
2024-12-26 12:42:28 -08:00
Sebastian Yaghoubi
4da26d329f
fix(docker): use generic nobody nogroup default instead of uid gid
Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
2024-12-26 12:29:15 -08:00
Sebastian Yaghoubi
1c017879fc
refactor(docker): remove unnecessary root user
The USER root directive isn't needed directly after FROM

Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
2024-12-26 12:27:45 -08:00
numekudi
f94d09990e
feat: enable Git support in devcontainer (#136)
Co-authored-by: gagb <gagb@users.noreply.github.com>
2024-12-20 18:09:17 -08:00
lumin
07fe457a90 feat: add devcontainer configuration and installation script
Add a devcontainer configuration to streamline the development 
environment setup. Introduce an `install.sh` script to install 
the project in editable mode. Update the Dockerfile to use 
the `python:3.13-slim-bullseye` base image and install 
dependencies using `apt-get` for better compatibility.
2024-12-17 17:04:31 +09:00
Michele Adduci
5fc03b6415
Added UID as argument 2024-12-16 13:11:13 +01:00
Michele Adduci
013b022427
Added Docker Image for using markitdown in a sandboxed environment 2024-12-16 13:08:15 +01:00