Skip to content

Commit

Permalink
Distroless (#9)
Browse files Browse the repository at this point in the history
* distroless images

* changed expose nginx port

* added mising files

* FIX: docker CI

Co-authored-by: Michał Walkowski <michalwalkowski@MacBook-Pro-Micha.local>
  • Loading branch information
mwalkowski and Michał Walkowski authored Feb 15, 2022
1 parent d9f1816 commit 9c3a25c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.vmc-builder
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN python3 -m venv $VIRTUAL_ENV

ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN pip install --no-cache-dir vmcenter==${VMC_VERSION}; \
RUN pip install --upgrade pip;\
pip install tzdata ;\
pip install --no-cache-dir vmcenter==${VMC_VERSION}; \
python3 -m vmc collectstatic --noinput --clear;

0 comments on commit 9c3a25c

Please sign in to comment.