Juna190825 commited on
Commit
c610ff7
·
verified ·
1 Parent(s): 1d4bacd

Initial upload

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -12,8 +12,6 @@ ENV LC_ALL=C.UTF-8
12
  # Install system dependencies
13
  RUN apt-get update && apt-get install -y \
14
  git \
15
- gcc \
16
- g++ \
17
  && rm -rf /var/lib/apt/lists/*
18
 
19
  # Create and set working directory
 
12
  # Install system dependencies
13
  RUN apt-get update && apt-get install -y \
14
  git \
 
 
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
  # Create and set working directory