mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 21:45:08 +08:00
Update Dockerfile
This commit is contained in:
@ -16,6 +16,8 @@ function docker-build() {
|
||||
# TODO: temporary as long as we are rebuilding modules.
|
||||
if [[ "${image}" == "codercom/nbin-alpine" ]] ; then
|
||||
docker exec "${containerId}" apk add libxkbfile-dev libsecret-dev
|
||||
else
|
||||
docker exec "${containerId}" yum install -y libxkbfile-devel libsecret-devel
|
||||
fi
|
||||
|
||||
function docker-exec() {
|
||||
|
Reference in New Issue
Block a user