We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Below Containerfile was used to build this repo using debian:sid-slim by running command: podman build --rm -t darwinsdk .
debian:sid-slim
podman build --rm -t darwinsdk .
FROM docker.io/debian:sid-slim ENV DEBIAN_FRONTEND=noninteractive COPY . /darwinsdk/ WORKDIR /darwinsdk/ RUN set -ex; \ apt-get update; \ apt-get install --yes --no-install-recommends \ clang libssl-dev dpkg-dev fakeroot debhelper llvm-dev uuid-dev libblocksruntime-dev libc6-dev-i386 gcc-multilib build-essential flex tcsh bison automake autogen libtool libdb-dev; \ echo 'deb http://deb.debian.org/debian stretch main' >> /etc/apt/sources.list; \ apt-get update; \ apt-get install --yes --no-install-recommends clang-4.0; RUN dpkg-buildpackage -us -uc; \ dpkg -i ../darwin-sdk*.deb;
The text was updated successfully, but these errors were encountered:
pod install
No branches or pull requests
Below Containerfile was used to build this repo using
debian:sid-slim
by running command:podman build --rm -t darwinsdk .
The text was updated successfully, but these errors were encountered: