Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove g++ and make
  • Loading branch information
joyeecheung committed Nov 2, 2019
commit 7ea7b30c7953fca6274c928bbece859959eb8bb8
2 changes: 1 addition & 1 deletion archive/shanghai-2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:bionic

# Install tools
RUN apt-get update
RUN apt-get install -y build-essential python ninja-build make g++ vim git sudo
RUN apt-get install -y build-essential python ninja-build vim git sudo

# Expose ports used by net tests
ENV NODE_COMMON_PORT=12346
Expand Down