Skip to content

Commit 7637bc5

Browse files
author
mirkobrombin
committed
fix: correct syntax in Containerfile for package installation
1 parent 1f9b2ae commit 7637bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ghcr.io/containerpak/mesa@sha256:79d69be1e64e105aa86a6bcfb492f15268d568fb0a
33
RUN apt update && apt install -y \
44
curl \
55
squashfs-tools \
6-
file && \
6+
file \
77
libasound2t64 && \
88
rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)