Skip to content

Commit

Permalink
update deploy container deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed Aug 2, 2023
1 parent 6ece912 commit 85fbdd4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions buildtools/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM node:14.17.3
FROM ubuntu:latest

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

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

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

0 comments on commit 85fbdd4

Please sign in to comment.