smostafanejad commited on
Commit
4e5b9cd
Β·
1 Parent(s): 3167707

removes the package tags from Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -24,9 +24,9 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
24
  build-essential \
25
  libsndfile-dev \
26
  software-properties-common \
27
- libxrender1:i386 \
28
- libxtst6:i386 \
29
- libxi6:i386\
30
  && rm -rf /var/lib/apt/lists/*
31
 
32
  RUN add-apt-repository ppa:flexiondotorg/nvtop && \
 
24
  build-essential \
25
  libsndfile-dev \
26
  software-properties-common \
27
+ libxrender1 \
28
+ libxtst6 \
29
+ libxi6 \
30
  && rm -rf /var/lib/apt/lists/*
31
 
32
  RUN add-apt-repository ppa:flexiondotorg/nvtop && \