Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
  • Loading branch information
nicholaswilde committed May 18, 2021
1 parent 00c6bf4 commit 67dcf2e
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -11,14 +11,15 @@ RUN \
wget=1.19.4-1ubuntu2.2 && \
echo "**** download app ****" && \
mkdir /app && \
wget --no-check-certificate "https://github.com/babybuddy/babybuddy/archive/${FILENAME}" && \
wget -q --no-check-certificate "https://github.com/babybuddy/babybuddy/archive/${FILENAME}" && \
echo "${CHECKSUM} ${FILENAME}" | sha256sum -c && \
tar -xvf "${FILENAME}" --strip-components 1 -C /app
WORKDIR /app

FROM python:3.7.10-slim-buster
ARG BUILD_DATE
ARG VERSION
# hadolint ignore=DL3048
LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="nicholaswilde"
ENV PYTHONUNBUFFERED 1
2 changes: 1 addition & 1 deletion LS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
5

0 comments on commit 67dcf2e

Please sign in to comment.