Skip to content

Commit

Permalink
alter order of installation
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Nov 28, 2023
1 parent 4872b58 commit 6ca16b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/app_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ RUN apt-get -yyy update \
&& apt-get -yyy install software-properties-common postgresql-client \
&& wget -O - https://apt.corretto.aws/corretto.key | sudo gpg --dearmor -o /usr/share/keyrings/corretto-keyring.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/corretto-keyring.gpg] https://apt.corretto.aws stable main" | sudo tee /etc/apt/sources.list.d/corretto.list \
&& apt-get -yyy update \
&& apt-get -yyy install java-1.8.0-amazon-corretto-jdk ghostscript \
&& wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& dpkg -i google-chrome-stable_current_amd64.deb || apt install -y --fix-broken \
&& rm google-chrome-stable_current_amd64.deb \
&& apt-get -yyy update \
&& apt-get -yyy install java-1.8.0-amazon-corretto-jdk ghostscript \
&& pip install -r requirements.txt \
&& anvil-app-server || true \
&& mkdir /anvil_data \
Expand Down

0 comments on commit 6ca16b5

Please sign in to comment.