mirror of https://github.com/Nonannet/pelfy.git
Docker comments revised
This commit is contained in:
parent
b0a99c505e
commit
b37b54e561
|
@ -1,25 +1,12 @@
|
||||||
# Start with a base image containing build tools and libraries
|
#Change to debian:stable-20250224 if build fails
|
||||||
FROM debian:stable
|
FROM debian:stable
|
||||||
|
|
||||||
# Set the working directory
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
# Install necessary build tools
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
gcc
|
gcc
|
||||||
# g++ \
|
|
||||||
# make \
|
|
||||||
# wget \
|
|
||||||
# curl \
|
|
||||||
# git \
|
|
||||||
# ca-certificates \
|
|
||||||
# bison \
|
|
||||||
# flex \
|
|
||||||
# python3 \
|
|
||||||
# texinfo
|
|
||||||
|
|
||||||
# Install cross-compilers for x86, ARM, MIPS, and RISC-V
|
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
gcc-12-arm-linux-gnueabihf \
|
gcc-12-arm-linux-gnueabihf \
|
||||||
gcc-12-mips-linux-gnu \
|
gcc-12-mips-linux-gnu \
|
||||||
|
|
Loading…
Reference in New Issue