github.com/klaytn/klaytn@v1.12.1/build/Dockerfile-go1.18-rpmbuild (about) 1 FROM centos:centos7 2 3 RUN curl https://dl.google.com/go/go1.18.linux-amd64.tar.gz | tar xzvf - -C /usr/local 4 RUN yum install -y make rpm-build git createrepo python3 gcc 5 RUN pip3 install awscli 6 ENV PATH=$PATH:/usr/local/go/bin 7 8 CMD ["/bin/sh"]