Skip to content

Commit bb920dd

Browse files
committed
update Docker image
1 parent 9c57a32 commit bb920dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11

2-
FROM ubuntu:20.10
2+
FROM ubuntu:21.10
33
COPY install_rust.sh /root/
44
RUN echo "unsafe-perm = true" > /root/.npmrc
55
RUN echo "NG_CLI_ANALYTICS=ci" >> /root/.npmrc
66
RUN echo "{ \"allow_root\": true }" > /root/.bowerrc
77

88
# replace shell with bash so we can source files
99
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
10+
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
1011

1112
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
1314

1415
ENV NVM_DIR /usr/local/nvm
1516
RUN mkdir -p $NVM_DIR

0 commit comments

Comments
 (0)