Skip to content

Commit

Permalink
Lint tna-python-dev Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 7, 2023
1 parent 748918b commit 8823460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
docker-context: docker/tna-python-dev
dockerfile: Dockerfile
publish: true
ignore-linting-rules: DL3002
ignore-linting-rules: DL3002,DL3008
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
docker-context: docker/tna-python-dev
dockerfile: Dockerfile
publish: false
ignore-linting-rules: DL3002
ignore-linting-rules: DL3002,DL3008
4 changes: 2 additions & 2 deletions docker/tna-python-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ARG BASE_IMAGE_TAG=latest

FROM "$BASE_IMAGE":"$BASE_IMAGE_TAG"

# ==========================================
# ==========================================
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN apt-get update; \
apt-get install -y --no-install-recommends ca-certificates curl gnupg; \
install -m 0755 -d /etc/apt/keyrings; \
Expand Down

0 comments on commit 8823460

Please sign in to comment.