Merge pull request #18 from cdr/vapurrmaid/configure

Use enterprise-base in configure example
This commit is contained in:
G r e y 2020-10-22 12:39:44 -04:00 committed by GitHub
commit e4a2e1dbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install -y curl
FROM codercom/enterprise-base:ubuntu
COPY [ "configure", "/coder/configure" ]