Skip to content
Snippets Groups Projects
Commit ff064f44 authored by Rafal Bielski's avatar Rafal Bielski :wave:
Browse files

Enable git 2.5 in VS Code container

parent fa0a4b39
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ USER root
WORKDIR /root
# Install some additional packages.
RUN yum -y install which git wget tar atlas-devel libuuid-devel texinfo \
RUN yum -y install which sclo-git25 wget tar atlas-devel libuuid-devel texinfo \
redhat-lsb-core libX11-devel libXpm-devel libXft-devel \
libXext-devel openssl-devel glibc-devel rpm-build libcurl-devel && \
yum clean all
......@@ -19,7 +19,7 @@ RUN echo '%wheel ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers && \
usermod -aG wheel atlas
# Copy the interactive environment setup scripts in place.
COPY atlas_prompt.sh setup_atlas.sh /etc/profile.d/
COPY atlas_prompt.sh setup_atlas.sh enable_sclo_git25.sh /etc/profile.d/
# Add the message of the day instructions for the image.
COPY motd /etc/
......
# Enable git 2.5 from Software Collections
source scl_source enable sclo-git25
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment