Skip to content

Commit

Permalink
Merge pull request #278 from nyx-space/hotfix/awk
Browse files Browse the repository at this point in the history
Add gawk dependency for vscode
  • Loading branch information
ChristopherRabotin committed Feb 1, 2024
2 parents b22d0c0 + e7e97b2 commit 6a7ed34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM opensuse/tumbleweed

# Install Python 3.10 and other necessary packages
RUN zypper ref && \
zypper -n in python310 python310-pip zsh uuid-runtime shadow git git-lfs && \
zypper -n in python310 python310-pip zsh uuid-runtime shadow git git-lfs gawk && \
zypper clean

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM opensuse/tumbleweed

# Install Python 3.10 and other necessary packages
RUN zypper ref && \
zypper -n in gcc make python310 python310-pip uuid-runtime perl perl-IPC-System-Simple && \
zypper -n in gcc make python310 python310-pip gawk uuid-runtime perl perl-IPC-System-Simple && \
zypper clean

WORKDIR /app
Expand Down

0 comments on commit 6a7ed34

Please sign in to comment.