Skip to content

Commit

Permalink
Merge pull request #145 from i-dot-ai/feature/dev-container-opt
Browse files Browse the repository at this point in the history
Swap to buster image
  • Loading branch information
lmwilkigov authored Mar 25, 2024
2 parents 6dd6825 + f4693f5 commit 2f7c904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "ubuntu:latest",
"postCreateCommand": "pip3 install poetry && sudo apt-get update && apt-get install libgl-dev libmagic-dev docker.io -y && poetry install && chmod 777 data/elastic",
"image": "python:3.11-buster",
"postCreateCommand": "pip3 install poetry && apt update && apt install libgl-dev libmagic-dev docker.io -y && poetry install && chmod 777 data/elastic",
"name": "redbox-dev",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
Expand Down

0 comments on commit 2f7c904

Please sign in to comment.