Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jun 12, 2024
1 parent e95b452 commit 16eb4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest

# Update base image and install dependencies.
RUN dpkg --add-architecture i386
RUN apt-get update && apt-get install -y --no-install-recommends curl file libc6:i386 lib32stdc++6
RUN apt-get update && apt-get install -y --no-install-recommends curl file libc6:i386 lib32stdc++6 ca-certificates
RUN rm -rf /var/lib/apt/lists/*

# Create steam user and group
Expand Down

0 comments on commit 16eb4ec

Please sign in to comment.