Skip to content

Commit

Permalink
Merge pull request #122 from proffalken/feature/75_docker_installation
Browse files Browse the repository at this point in the history
Remove unnecessary binaries, update to use github releases
  • Loading branch information
jespino authored Mar 19, 2021
2 parents 0485305 + 29c5d45 commit 19dab59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ FROM ubuntu:latest

# Make sure that the underlying container is patched to the latest versions
RUN apt update && \
apt install -y wget tar gzip unzip file
apt install -y wget tar gzip

# Now install Focalboard as a seperate layer
RUN wget https://releases.mattermost.com/focalboard/0.5.0/focalboard-server-linux-amd64.tar.gz && \
unzip -o focalboard-server-linux-amd64.tar.gz && \
RUN wget https://github.com/mattermost/focalboard/releases/download/v0.6.1/focalboard-server-linux-amd64.tar.gz && \
tar -xvzf focalboard-server-linux-amd64.tar.gz && \
mv focalboard /opt

Expand Down

0 comments on commit 19dab59

Please sign in to comment.