Skip to content

Commit

Permalink
noninteractve apt
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Nov 8, 2023
1 parent 9f81f71 commit 9fcbeda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/komodod_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo apt-get remove php* msodbcsql17 mysql* powershell dotn*
sudo apt-get update
sudo ACCEPT_EULA=Y apt-get upgrade -y
sudo apt-get install -q \
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
pkg-config \
libc6-dev \
Expand All @@ -56,7 +56,7 @@ jobs:
bsdmainutils \
automake \
curl \
libsodium-dev -y
libsodium-dev
- name: Build (Linux)
if: runner.os == 'Linux'
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
RUN apt-get update -y && \
ACCEPT_EULA=Y apt-get upgrade -y && \
apt-get install -q \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
pkg-config \
libc6-dev \
Expand Down

0 comments on commit 9fcbeda

Please sign in to comment.