Fix Dockerfile syntax error in apt-get command

This commit is contained in:
Harald Welte 2017-08-28 07:46:41 +02:00
parent 0ece58020a
commit e21fe3a4fe
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ RUN apt-get update && \
libosmo-netif-dev \
libosmo-sccp-dev \
libsmpp34-dev \
libgtp-dev &&
libgtp-dev && \
apt-get clean
WORKDIR /tmp

View File

@ -11,7 +11,7 @@ RUN apt-key add /tmp/Release.key && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
telnet \
libosmocore-dev &&
libosmocore-dev && \
apt-get clean
WORKDIR /tmp

View File

@ -16,7 +16,7 @@ RUN apt-get update && \
libosmo-netif-dev \
libosmo-sccp-dev \
libsmpp34-dev \
libgtp-dev &&
libgtp-dev && \
apt-get clean
WORKDIR /tmp

View File

@ -16,7 +16,7 @@ RUN apt-get update && \
libosmo-netif-dev \
libosmo-sccp-dev \
libsmpp34-dev \
libgtp-dev &&
libgtp-dev && \
apt-get clean
WORKDIR /tmp