Skip to content

Commit

Permalink
ZWOO-412 fix: missing build dep in docker frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankachlock committed Nov 15, 2023
1 parent 1aee25a commit 8a7a15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ WORKDIR /src/backend

# install python
RUN apt-get update -y
RUN apt-get install -y libatomic1
RUN apt-get install -y python3

# install wasm tools
Expand Down

0 comments on commit 8a7a15d

Please sign in to comment.