From 76a07b48f79ceef5d834eae6e5f9014a29779458 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 22 May 2019 08:55:54 -0700 Subject: [PATCH] Remove dupe lsb-release reference --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9b114a4..4758e67 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update \ && apt-get -y install --no-install-recommends apt-utils 2>&1 # Verify git and process tools are installed -RUN apt-get install -y git procps lsb-release +RUN apt-get install -y git procps # Remove outdated yarn from /opt and install via package # so it can be easily updated via apt-get upgrade yarn