From 16eb4ec908e7512243dd369c0cd9ef7a706850ed Mon Sep 17 00:00:00 2001 From: James Ives Date: Tue, 11 Jun 2024 20:36:38 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b124307..0d511b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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