-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexander Kurbatov <[email protected]>
- Loading branch information
1 parent
5b57997
commit 8d4bfd1
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,11 @@ LABEL maintainer="[email protected]" | |
|
||
WORKDIR /StarCraftII | ||
|
||
RUN dnf install -y unzip wget \ | ||
RUN dnf install -y \ | ||
libglvnd-devel \ | ||
mesa-libOSMesa-devel \ | ||
unzip \ | ||
wget \ | ||
&& groupadd --system --gid 202 sc2 \ | ||
&& useradd --system --gid 202 --no-create-home --uid 202 sc2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters