Skip to content

Commit

Permalink
trying env
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyagari committed Jul 24, 2019
1 parent 345502a commit 8f212a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.pygame
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN sudo yum -y update && \

# Enable python and install pygame
source /opt/rh/rh-python36/enable && \
sudo -E pip install pygame && \
sudo PATH=/opt/rh/rh-python36/root/usr/bin${PATH} LD_LIBRARY_PATH=/opt/rh/rh-python36/root/usr/lib64 MANPATH=/opt/rh/rh-python36/root/usr/share/man:${MANPATH} PKG_CONFIG_PATH=/opt/rh/rh-python36/root/usr/lib64/pkgconfig XDG_DATA_DIRS=/opt/rh/rh-python36/root/usr/share:${XDG_DATA_DIRS} /opt/rh/rh-python36/root/usr/bin/pip install pygame && \

# Configure git
git config --global user.name "Sanjay Aiyagari" && \
Expand Down

0 comments on commit 8f212a9

Please sign in to comment.