Skip to content

Commit 6eddab3

Browse files
committed
Update new format in CHANGELOG
[skip ci] Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 8f7c8f6 commit 6eddab3

File tree

1,061 files changed

+221
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,061 files changed

+221
-62
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ RUN ARCH=$(if [ "$(dpkg --print-architecture)" = "amd64" ]; then echo "x86_64";
196196
USER ${SEL_UID}:${SEL_GID}
197197

198198
RUN python3 -m venv $VENV_PATH \
199-
&& $VENV_PATH/bin/python3 -m pip install --upgrade pip psutil requests \
199+
&& $VENV_PATH/bin/python3 -m pip install --upgrade pip setuptools psutil requests \
200200
&& wget -q https://github.com/Supervisor/supervisor/archive/refs/heads/main.zip -O /tmp/supervisor.zip \
201201
&& unzip /tmp/supervisor.zip -d /tmp \
202202
&& cd /tmp/supervisor-main \

CHANGELOG/README.md

Lines changed: 60 additions & 35 deletions

0 commit comments

Comments
 (0)