build error
Job failed with exit code: 1. Reason: cache miss: [6/7] RUN useradd -m appuser cache miss: [5/7] RUN pip install --no-cache-dir -r requirements.txt cache miss: [4/7] COPY requirements.txt . cache miss: [3/7] WORKDIR /app cache miss: [2/7] RUN apt-get update && apt-get install -y wget gnupg && mkdir -p /etc/apt/keyrings && wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /etc/apt/keyrings/google-chrome.gpg && echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list && apt-get update && apt-get install -y google-chrome-stable libglib2.0-0 libnss3 libgconf-2-4 libfontconfig1 && rm -rf /var/lib/apt/lists/* cache miss: [7/7] COPY --chown=appuser:appuser . . {"total":12,"completed":7,"user_total":7,"user_cached":0,"user_completed":2,"user_cacheable":6,"from":1,"miss":6,"client_duration_ms":9299}
Build logs:
Fetching error logs...