File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
- FROM ubuntu:20 .10
2
+ FROM ubuntu:21 .10
3
3
COPY install_rust.sh /root/
4
4
RUN echo "unsafe-perm = true" > /root/.npmrc
5
5
RUN echo "NG_CLI_ANALYTICS=ci" >> /root/.npmrc
6
6
RUN echo "{ \" allow_root\" : true }" > /root/.bowerrc
7
7
8
8
# replace shell with bash so we can source files
9
9
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
10
+ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
10
11
11
12
RUN apt-get update
12
- RUN apt-get install -y m4 libtinfo5 libghc-zlib-dev rsync ghc haskell-stack curl g++ make git openjdk-8-jdk dos2unix python
13
+ RUN apt-get install -y python3 m4 libtinfo5 libghc-zlib-dev rsync ghc haskell-stack curl g++ make git openjdk-8-jdk dos2unix python
13
14
14
15
ENV NVM_DIR /usr/local/nvm
15
16
RUN mkdir -p $NVM_DIR
You can’t perform that action at this time.
0 commit comments