Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update js dependencies. #873

Merged
merged 6 commits into from
Oct 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update python dependencies.
  • Loading branch information
TyVik committed Oct 8, 2022
commit d47321dc1eaeb18303b7d0aa1bb320bc4b148354
2 changes: 1 addition & 1 deletion Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN mkdir /app && mkdir /app/logs
WORKDIR /app

RUN apt update \
&& apt install -y --no-install-recommends build-essential make gcc gdal-bin curl git \
&& apt install -y --no-install-recommends build-essential make gcc gdal-bin curl wget git \
&& wget -q https://github.com/jwilder/dockerize/releases/download/v0.6.1/dockerize-linux-amd64-v0.6.1.tar.gz && tar -C /usr/local/bin -xzvf dockerize-linux-amd64-v0.6.1.tar.gz && rm dockerize-linux-amd64-v0.6.1.tar.gz \
&& apt-get autoremove -y \
&& apt-get clean
Expand Down