Skip to content

Commit

Permalink
Forgot to add the -y flag
Browse files Browse the repository at this point in the history
  • Loading branch information
PixNyb committed Feb 4, 2025
1 parent 1e2ff8c commit 71b43db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV DISPLAY=:0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Install the necessary dependencies
RUN apt-get update && apt-get upgrade && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
apt-utils software-properties-common sudo jq \
libdrm2 libgbm1 libnspr4 libnss3 libxkbfile1 xdg-utils libvulkan1 \
gnupg gnome-keyring wget curl python3-minimal ca-certificates \
Expand Down

0 comments on commit 71b43db

Please sign in to comment.