Skip to content

Commit

Permalink
get overmind via internet
Browse files Browse the repository at this point in the history
  • Loading branch information
tamanobi committed Jan 18, 2024
1 parent 571e962 commit 236a39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax = docker/dockerfile:experimental
FROM python:3.11-slim
RUN apt-get update -y && apt-get install -y ca-certificates fuse3 sqlite3 zip curl bash tmux
RUN curl -L https://github.com/DarthSim/overmind/releases/download/v2.4.0/overmind-v2.4.0-linux-amd64.gz -o overmind-v2.4.0-linux-amd64.gz && gunzip overmind-v2.4.0-linux-amd64.gz && mv overmind-v2.4.0-linux-amd64 overmind
WORKDIR /app
COPY requirements.txt .
RUN --mount=type=cache,mode=0777,target=/root/.cache/pip pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 236a39f

Please sign in to comment.