mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
Merge pull request #115 from StevenVanAcker/docker-fix-veles
fix package names
This commit is contained in:
commit
3b181670d3
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get install -y cmake zlib zlib-dev qtbase5 qtbase5-dev
|
||||
apt-get install -y cmake zlib1g-dev qtbase5-dev
|
||||
|
|
Loading…
Reference in a new issue