This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,12 @@ ENV DEBIAN_FRONTEND=noninteractive
10
10
# Set the default shell to bash rather than sh
11
11
ENV SHELL /bin/bash
12
12
13
+ # Configure apt and install packages
13
14
RUN apt-get update \
14
- #
15
- # Configure apt
16
15
&& apt-get -y install --no-install-recommends apt-utils 2>&1 \
17
16
#
18
17
# Verify git, process tools, lsb-release (useful for CLI installs) installed
19
- && apt-get update && apt-get -y install git procps lsb-release \
18
+ && apt-get -y install git procps lsb-release \
20
19
#
21
20
# Install C++ tools
22
21
&& apt-get -y install build-essential cmake cppcheck valgrind \
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ ENV DEBIAN_FRONTEND=noninteractive
10
10
# Set the default shell to bash rather than sh
11
11
ENV SHELL /bin/bash
12
12
13
-
14
13
# Configure apt and install packages
15
14
RUN apt-get update \
16
15
#
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV SHELL /bin/bash
14
14
RUN apt-get update \
15
15
&& apt-get -y install --no-install-recommends apt-utils 2>&1 \
16
16
# Verify git, process tools installed
17
- && apt-get update && apt-get -y install git procps lsb-release \
17
+ && apt-get -y install git procps lsb-release \
18
18
#
19
19
# Install ruby-debug-ide and debase
20
20
&& gem install ruby-debug-ide \
You can’t perform that action at this time.
0 commit comments