Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Sep 12, 2023
1 parent e1f4e0d commit cf11eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example_fastapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
logger.debug("import fastapi")
from fastapi import FastAPI
from fastapi.responses import PlainTextResponse

from utilitybelt import dev_urandom_entropy
logger.debug("imports done")

http_app = FastAPI()
Expand Down
2 changes: 1 addition & 1 deletion examples/volumes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

RUN python3 -m venv /opt/venv
RUN /opt/venv/bin/pip install 'aleph-message==0.4.0'
RUN /opt/venv/bin/pip install 'aleph-message==0.4.0' 'utilitybelt'

CMD mksquashfs /opt/venv /mnt/volume-venv.squashfs

0 comments on commit cf11eb8

Please sign in to comment.