Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Dec 3, 2023
1 parent 46e58a9 commit 3e1fb79
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
@@ -1,6 +1,6 @@
FROM python:3.11-bookworm

RUN apt update && apt install build-essential python-dev libssl-dev swig --yes
RUN apt update && apt install build-essential libssl-dev swig --yes

RUN mkdir app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
skale.py==6.1dev7
skale.py==6.1dev0

0 comments on commit 3e1fb79

Please sign in to comment.