Browse Source

trying to get rid of segfault, changing to ubuntu

main
Holger Frey 3 years ago
parent
commit
eb59f4bce6
  1. 2
      Dockerfile

2
Dockerfile

@ -1,6 +1,6 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt-get update && apt-get upgrade RUN apt-get update && apt-get upgrade -y
# add user that will be used to install and run the application # add user that will be used to install and run the application
#RUN addgroup -g 1000 deploy #RUN addgroup -g 1000 deploy

Loading…
Cancel
Save