Skip to content

Commit

Permalink
Fix keepalived dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 12, 2018
1 parent 6d98cae commit b4f1ef4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/ubuntu-slim:0.14
FROM gcr.io/google-containers/debian-base-amd64:0.3

RUN apt-get update && apt-get install -y --no-install-recommends \
libssl1.0.0 \
RUN clean-install \
libssl1.1 \
libnl-3-200 \
libnl-route-3-200 \
libnl-genl-3-200 \
iptables \
libxtables12 \
libnfnetlink0 \
libiptcdata0 \
libipset3 \
Expand All @@ -30,9 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
iproute2 \
curl \
ipvsadm \
bash && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
bash

ADD keepalived.tar.gz /

Expand Down

0 comments on commit b4f1ef4

Please sign in to comment.