Skip to content

Commit

Permalink
fix(Dockerfile): empty continuation lines will become errors in a fut…
Browse files Browse the repository at this point in the history
…ure release
  • Loading branch information
duanhongyi committed Nov 10, 2018
1 parent c0f42c3 commit ccb43ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
@@ -1,11 +1,11 @@
FROM postgres:11

ARG DEBIAN_FRONTEND=noninteractive
ARG BUILD_DEPS='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-wheel'

RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-wheel' && \
apt-get update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
$buildDeps \
$BUILD_DEPS \
gosu \
lzop \
libpq-dev \
Expand Down

0 comments on commit ccb43ae

Please sign in to comment.