Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Dec 6, 2024
1 parent c1cc749 commit 094dda1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ WORKDIR /${appname}
# Create a group 'gen3' with GID 1000 and a user 'gen3' with UID 1000
RUN groupadd -g 1000 gen3 && \
useradd -m -s /bin/bash -u 1000 -g gen3 gen3 && \
groupadd supergroup && \
usermod -aG supergroup gen3 && \
chown -R gen3:gen3 /${appname} && \
chown -R gen3:gen3 /venv

Expand Down Expand Up @@ -73,7 +71,7 @@ RUN mkdir -p /usr/share/man/man7
RUN dnf -y update
RUN dnf -y install \
wget tar unzip vim
RUN dnf -y install java-11-amazon-corretto
RUN dnf -y install java-11-amazon-corretto postgresql15


RUN wget ${SQOOP_INSTALLATION_URL} \
Expand Down

0 comments on commit 094dda1

Please sign in to comment.