eienmojiki commited on
Commit
4c70c05
·
verified ·
1 Parent(s): 7d5c977

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -26,10 +26,8 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
26
  libx11-6 \
27
  build-essential \
28
  libsndfile-dev \
29
- software-properties-common \
30
- && rm -rf /var/lib/apt/lists/*
31
-
32
- RUN rm -rf /var/lib/apt/lists/*
33
 
34
  RUN wget -P /tmp "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" && \
35
  tar -C /usr/local -xzf "/tmp/go${GO_VERSION}.linux-amd64.tar.gz" && \
 
26
  libx11-6 \
27
  build-essential \
28
  libsndfile-dev \
29
+ software-properties-common && \
30
+ rm -rf /var/lib/apt/lists/*
 
 
31
 
32
  RUN wget -P /tmp "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" && \
33
  tar -C /usr/local -xzf "/tmp/go${GO_VERSION}.linux-amd64.tar.gz" && \