We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17b2632 + d92a483 commit a291387Copy full SHA for a291387
2 files changed
.github/workflows/docker-lint.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v2
13
- name: lint
14
- uses: luke142367/Docker-Lint-Action@v1.0.0
+ uses: luke142367/Docker-Lint-Action@v1.1.1
15
with:
16
target: Dockerfile
17
env:
Dockerfile
@@ -5,7 +5,6 @@ RUN rm /etc/localtime && \
5
ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime && \
6
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && \
7
apt-get update && \
8
- apt-get upgrade -y && \
9
apt-get install --no-install-recommends -y traceroute tcpdump telnet iputils-ping dnsutils mtr nmap procps iproute2 wget curl locales logrotate rsyslog gnupg ca-certificates ncdu && \
10
locale-gen en_US.UTF-8 && \
dpkg-reconfigure -f noninteractive tzdata && \
0 commit comments