Skip to content

Commit

Permalink
Add gawk dependency for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Feb 1, 2024
1 parent b22d0c0 commit e7e97b2
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 e7e97b2

Please sign in to comment.