Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History

gcc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Example: gcc

The files in this directory were generated and verified with the following commands:

# Generate "Dockerfile.generate-hash" and "Dockerfile" in the current directory
repro-get --distro=debian dockerfile generate . debian:bullseye-20211220 $(cat PACKAGES)

# Enable BuildKit
export DOCKER_BUILDKIT=1

# Generate "SHA256SUMS-amd64" in the current directory
docker build --output . -f Dockerfile.generate-hash .

# Build the image
docker build .