Skip to content

Commit a291387

Browse files
committed
Merge branch 'main' of github.com:3d-pro/base-debian
2 parents 17b2632 + d92a483 commit a291387

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v2
1313
- name: lint
14-
uses: luke142367/Docker-Lint-Action@v1.0.0
14+
uses: luke142367/Docker-Lint-Action@v1.1.1
1515
with:
1616
target: Dockerfile
1717
env:

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ RUN rm /etc/localtime && \
55
ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime && \
66
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && \
77
apt-get update && \
8-
apt-get upgrade -y && \
98
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 && \
109
locale-gen en_US.UTF-8 && \
1110
dpkg-reconfigure -f noninteractive tzdata && \

0 commit comments

Comments
 (0)