We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0af9b commit b6d11a3Copy full SHA for b6d11a3
1 file changed
container/Dockerfile
@@ -4,16 +4,17 @@ ENV DEBIAN_FRONTEND=noninteractive
4
5
RUN apt-get update -y && \
6
apt-get install -y --no-install-recommends \
7
+ bash-completion \
8
+ ca-certificates \
9
+ clang \
10
+ emacs \
11
gcc gfortran g++ \
12
gcc-10 gfortran-10 g++-10 \
- clang \
13
+ jq \
14
+ less \
15
libc-dev \
- bash-completion \
16
python3 \
17
rclone \
- emacs \
- jq \
- less \
18
vim \
19
&& rm -rf /var/lib/apt/lists/*
20
0 commit comments