Skip to content

Commit

Permalink
chore: code refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
  • Loading branch information
vitaliy-guliy committed Oct 31, 2023
1 parent 8cd0a00 commit 7d60383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions build/dockerfiles/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ RUN dnf -y install libsecret libX11-devel libxkbcommon \
"https://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/libxkbfile-1.1.0-1.el8.x86_64.rpm" \
"https://rpmfind.net/linux/centos/8-stream/PowerTools/x86_64/os/Packages/libxkbfile-devel-1.1.0-1.el8.x86_64.rpm" \
"https://rpmfind.net/linux/centos/8-stream/BaseOS/x86_64/os/Packages/zsh-5.5.1-6.el8_1.2.x86_64.rpm" \
util-linux-user

# cleanup dnf cache
RUN dnf -y clean all --enablerepo='*'
util-linux-user && \
dnf -y clean all --enablerepo='*'

# Create `/etc/containers/containers.conf` configuration file
# to increase amount of opened files
Expand Down
2 changes: 0 additions & 2 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ commands:
podman build -f build/dockerfiles/linux-libc.no-test.Dockerfile -t linux-libc-amd64 .
group:
kind: run
isDefault: true

- id: podman-assemble-che-code
exec:
Expand All @@ -94,4 +93,3 @@ commands:
podman build -f build/dockerfiles/assembly.libc.Dockerfile -t che-code .
group:
kind: run
isDefault: true

0 comments on commit 7d60383

Please sign in to comment.