Add dos2unix
All checks were successful
release / release-default (push) Successful in 1h1m51s

This commit is contained in:
Astound 2025-07-15 21:45:31 -05:00
parent 06eb068dbf
commit 9006c6a1d4
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 \