Remove dupe lsb-release reference

This commit is contained in:
Chuck Lantz
2019-05-22 08:55:54 -07:00
parent bd6d1cd06a
commit 76a07b48f7

View File

@@ -11,7 +11,7 @@ RUN apt-get update \
&& apt-get -y install --no-install-recommends apt-utils 2>&1 && apt-get -y install --no-install-recommends apt-utils 2>&1
# Verify git and process tools are installed # 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 # Remove outdated yarn from /opt and install via package
# so it can be easily updated via apt-get upgrade yarn # so it can be easily updated via apt-get upgrade yarn