Skip to content

Commit

Permalink
Merge pull request #762 from uc-cdis/feat/ftp-support
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Avantol13 committed Mar 5, 2020
2 parents 1a11f2e + 2643cb1 commit d3ce3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV appname=fence
RUN apk update \
&& apk add postgresql-libs postgresql-dev libffi-dev libressl-dev \
&& apk add linux-headers musl-dev gcc \
&& apk add curl bash git vim make
&& apk add curl bash git vim make lftp

COPY . /$appname
COPY ./deployment/uwsgi/uwsgi.ini /etc/uwsgi/uwsgi.ini
Expand Down

0 comments on commit d3ce3bc

Please sign in to comment.