Skip to content

Commit

Permalink
Remove gitlab runner from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers committed Dec 21, 2024
1 parent 89188d7 commit 810d603
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ RUN apt-get update && \
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && \
apt-get update && apt-get install nodejs npm -y
RUN npm install --global yarn
RUN curl -sLJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_amd64.deb" && \
dpkg -i gitlab-runner_amd64.deb

RUN apt-get update && apt-get install -y less emacs vim

Expand Down

0 comments on commit 810d603

Please sign in to comment.