Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
-
|
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" && \
|