Skip to content

Commit

Permalink
Solve some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jepbura committed May 10, 2024
1 parent e4dae38 commit 2d581d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]

env:
VERSION: 3.0.0
VERSION: 3.1.0

jobs:
build_latest:
Expand Down
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
ARG VERSION=3.0.0

FROM ubuntu:22.04

LABEL An Decentralized IP Marketplace to Leave Your Limitations Behind. <www.bura.dev>

RUN apt-get update && \
apt-get -y install curl tar ca-certificates dos2unix
apt-get -y install curl tar ca-certificates dos2unix sudo

# Create ubuntu user with sudo privileges
RUN useradd -ms /bin/bash ubuntu && \
Expand All @@ -24,5 +22,3 @@ RUN dos2unix /myApp/gaganode_install.sh && chmod +x /myApp/gaganode_install.sh
USER ubuntu

CMD /myApp/gaganode_install.sh ; sleep infinity


0 comments on commit 2d581d2

Please sign in to comment.