vettorazi commited on
Commit
5e89217
1 Parent(s): 517b919

new docker with wget

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,8 +11,8 @@ RUN apt-get update && apt-get install -y \
11
  libsm6 \
12
  libxext6 \
13
  libgl1-mesa-glx \
14
- wget \ # Add wget here
15
- && rm -rf /var/lib/apt/lists/*
16
 
17
  WORKDIR /code
18
 
 
11
  libsm6 \
12
  libxext6 \
13
  libgl1-mesa-glx \
14
+ wget \
15
+ && rm -rf /var/lib/apt/lists/*
16
 
17
  WORKDIR /code
18