Add dos2unix

This commit is contained in:
2025-07-15 21:45:31 -05:00
parent 06eb068dbf
commit 9006c6a1d4
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 \