Skip to content

Commit 85fbdd4

Browse files
committed
update deploy container deps
1 parent 6ece912 commit 85fbdd4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

buildtools/container/Dockerfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
FROM node:14.17.3
1+
FROM ubuntu:latest
22

33
# Install dependencies: curl, git, jq, python2 and jre8.
44
RUN apt-get update && \
5-
apt-get install -y curl git jq python openjdk-8-jre-headless
5+
apt-get install -y curl git jq python-is-python3 openjdk-11-jre-headless nodejs npm wget
66

7-
# Install npm at 6.14.13.
8-
RUN npm install --global [email protected]
7+
# Print Node version and npm version
8+
RUN node -v
9+
RUN npm -v
910

1011
# Install hub
1112
RUN curl -fsSL --output hub.tgz https://github.com/github/hub/releases/download/v2.11.2/hub-linux-amd64-2.11.2.tgz

0 commit comments

Comments
 (0)