This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: build git runner
|
- name: build code-server
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
docker build ${{gitea.workspace}}/services/code-server --tag myInfra/code-server
|
docker build ${{gitea.workspace}}/services/code-server --tag myInfra/code-server
|
||||||
|
|||||||
@@ -8,8 +8,9 @@ RUN apt-get update -y \
|
|||||||
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" \
|
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" \
|
||||||
&& add-apt-repository --yes --update ppa:ansible/ansible \
|
&& add-apt-repository --yes --update ppa:ansible/ansible \
|
||||||
&& apt-get update -y \
|
&& apt-get update -y \
|
||||||
|
&& apt-get install python3 \
|
||||||
|
&& apt-get install python3-pip \
|
||||||
&& apt-get install -y ansible \
|
&& apt-get install -y ansible \
|
||||||
&& apt-get install -y docker-ce \
|
&& apt-get install -y docker-ce \
|
||||||
&& python3 -m ensurepip --upgrade \
|
|
||||||
&& python3 -m pip install ansible-dev-tools
|
&& python3 -m pip install ansible-dev-tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user