This website works better with JavaScript.
Home
Explore
Help
Sign In
myitinos
/
spell-warz
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
changed docker base image to ubuntu:latest
master
myitinos
5 years ago
parent
672b7e456c
commit
ba4a445cca
1 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
Dockerfile
+ 3
- 4
Dockerfile
View File
@ -1,8 +1,7 @@
FROM
alpine
FROM
ubuntu:latest
RUN
apk update
RUN
apk add --no-cache
\
socat
RUN
apt update
&&
\
apt install socat -y
WORKDIR
/app
Write
Preview
Loading…
Cancel
Save