Skip to content

Update UID in dockerfiles

Raimund Hook requested to merge dockerfile-uid-update into main

This change aligns the uid of the user created in the dockerfiles with the uid used in the workspace.

Without this, you get something like the following when running in your workspace:

image

with the wrong uid, /bin/sh (😱) is used instead of /bin/bash

Edited by Raimund Hook

Merge request reports