mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
9 lines
165 B
Docker
9 lines
165 B
Docker
FROM gcc:latest
|
|
|
|
ADD / /
|
|
|
|
# Install prereqs for building Git
|
|
|
|
RUN apt-get update && apt-get install -y gettext
|
|
|
|
RUN /scripts/install-pcre2 && pcre2-config --version
|