Compare commits

..

No commits in common. "cdb18bf2a5d3dbb19b3c7b89b6f3c73dbd9fe6b0" and "aedd1d77a05618257bb7dd35678fdacd74c83bf2" have entirely different histories.

View File

@ -5,7 +5,7 @@ RUN groupadd -g 281 docker
RUN usermod -aG docker jenkins RUN usermod -aG docker jenkins
# Install tea # Install tea
RUN apt-get update && apt-get install -y git make golang RUN apt-get update && apt-get install -y build-essential
RUN git clone https://gitea.com/gitea/tea.git RUN git clone https://gitea.com/gitea/tea.git
RUN cd tea && make && make install RUN cd tea && make && make install