Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamedpkt authored Jul 18, 2024
1 parent 8524948 commit 279ab06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
ARG DEBCONF_NONINTERACTIVE_SEEN="true"

RUN lspci | egrep -i 'vga|3d|display'

Check failure on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test / shellcheck

DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check

Check failure on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test / shellcheck

SC2196 info: egrep is non-standard and deprecated. Use grep -E instead.
RUN set -eu && \
apt-get update && \
apt-get --no-install-recommends -y install \
Expand Down

0 comments on commit 279ab06

Please sign in to comment.