Add dos2unix
This commit is contained in:
@@ -43,5 +43,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
no-cache: false
|
no-cache: false
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_REGISTRY_USER}}/code-server-dind:latest
|
|
||||||
${{ secrets.DOCKER_REGISTRY_USER}}/code-server-dind:${{ github.sha }}
|
${{ secrets.DOCKER_REGISTRY_USER}}/code-server-dind:${{ github.sha }}
|
||||||
|
${{ secrets.DOCKER_REGISTRY_USER}}/code-server-dind:latest
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install --no-install-reco
|
|||||||
dbus \
|
dbus \
|
||||||
default-jre \
|
default-jre \
|
||||||
doas \
|
doas \
|
||||||
|
dos2unix \
|
||||||
dumb-init \
|
dumb-init \
|
||||||
file \
|
file \
|
||||||
fuse3 \
|
fuse3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user