This commit is contained in:
parent
c15623ffdf
commit
71f33ed1f2
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ RUN echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft
|
|||
RUN dnf check-update
|
||||
RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code
|
||||
|
||||
# Devops stuff
|
||||
RUN dnf install -y ansible
|
||||
|
||||
# User
|
||||
RUN groupadd cx -g 1000
|
||||
RUN useradd cx -u 1000 -g cx -d /var/home/cx -s /usr/bin/fish
|
||||
|
|
Loading…
Reference in a new issue