Browse Source

HOT-FIX: remove referência dupla a openssh-client

pull/2664/head
Edward 6 years ago
committed by GitHub
parent
commit
0585bd7130
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -3,7 +3,7 @@ FROM alpine:3.8
ENV BUILD_PACKAGES postgresql-dev graphviz-dev graphviz build-base git pkgconfig \
python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev \
nodejs py3-lxml py3-magic postgresql-client poppler-utils antiword \
curl jq openssh-client vim openssh-client bash
curl jq openssh-client vim bash
RUN apk update --update-cache && apk upgrade

Loading…
Cancel
Save