skip to Main Content

apk: not found, even with python:3.9-alpine – Docker

I am trying to build docker image: FROM python:3.9-alpine ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 ... But, I got this error: Building app Step 1/19 : FROM python:3.9-alpine 3.9-alpine: Pulling from library/python df9b9388f04a: Pull complete a1ef3e6b7a02: Pull complete 365abad9bce0: Pull complete 92eb277ed3c6:…

VIEW QUESTION

aarch64-alpine-linux-musl/bin/ld: cannot find -lpq – Docker

when I build the rust app using the alpine as the base image using this command: docker build -f ./Dockerfile -t="reddwarf-pro/reddwarf-admin:v.1.0.0" . show error like this: #14 222.9 = note: /usr/lib/gcc/aarch64-alpine-linux-musl/10.3.1/../../../../aarch64-alpine-linux-musl/bin/ld: cannot find -lpq #14 222.9 collect2: error: ld returned…

VIEW QUESTION
Back To Top
Search