mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
refactor
This commit is contained in:
5
.github/workflows/Dockerfile
vendored
5
.github/workflows/Dockerfile
vendored
@@ -26,7 +26,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN python3 -m pip install --no-cache-dir "conan>=2"
|
||||
RUN python3 -m venv /opt/venv
|
||||
ENV PATH="/opt/venv/bin:${PATH}"
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install --no-cache-dir "conan>=2"
|
||||
|
||||
RUN groupadd --gid ${GID} ${USERNAME} && \
|
||||
useradd --uid ${UID} --gid ${GID} -m ${USERNAME}
|
||||
|
||||
Reference in New Issue
Block a user